Coder Social home page Coder Social logo

Comments (6)

sorear avatar sorear commented on July 28, 2024

Linux uses the standard page table described in the privileged spec. How TLBs work is a question for your chip vendor.

from riscv-linux.

susi655 avatar susi655 commented on July 28, 2024

So TLB filling is done by hardware. Is it?

from riscv-linux.

sorear avatar sorear commented on July 28, 2024

It can be done by hardware or software. It is not done by Linux.

from riscv-linux.

susi655 avatar susi655 commented on July 28, 2024

Few doubts regarding Page table
Is it optional to implement hardware page walker?
If it is can be done by software, up to what extent OS will do?
Means decision of which page to replace will done by OS?
Is OS looking for multi-level paging?

from riscv-linux.

sorear avatar sorear commented on July 28, 2024

The bug tracker is not a forum and this isn't even a related repository.

Page table walker is not in the OS. If it's software, it's non-OS software (e.g. M-mode trap handled in a M-mode monitor program that runs above Linux). Why do you keep asking? What are you trying to achieve?

As far as any OS knows, page tables are walked automatically.

from riscv-linux.

palmer-dabbelt avatar palmer-dabbelt commented on July 28, 2024

I'm closing this: like @sorear said this isn't the right place to ask this question. [email protected] might be a better place to do it.

from riscv-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.