macro_rules! PTE_ADDR {
($pte: expr) => { ... };
}Expand description
Get the address(or the frame number etc.) from the page table entry (PTE)
macro_rules! PTE_ADDR {
($pte: expr) => { ... };
}Get the address(or the frame number etc.) from the page table entry (PTE)