Home
last modified time | relevance | path

Searched refs:pte (Results 1 – 3 of 3) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/arch/risc-v/t-head/
A Drv_Sv39.h13 #define SV39_PTE2PPN(pte) (((pte) >> (10)) & 0xFFFFFFF) argument
14 #define SV39_PTE2PA(pte) ((uint64_t)(SV39_PTE2PPN(pte) << 12)) argument
/bsp/xuantie/virt64/c906/libcpu/
A Driscv_mmu.h59 #define PAGE_IS_LEAF(pte) __MASKVALUE(pte, PAGE_ATTR_RWX) argument
61 #define PTE_USED(pte) __MASKVALUE(pte, PTE_V) argument
/bsp/ultrarisc/arch/ur-cp100/
A Driscv_mmu.h61 #define PAGE_IS_LEAF(pte) __MASKVALUE(pte, PAGE_ATTR_RWX) argument
63 #define PTE_USED(pte) __MASKVALUE(pte, PTE_V) argument

Completed in 12 milliseconds