Home
last modified time | relevance | path

Searched defs:pte (Results 1 – 6 of 6) sorted by relevance

/libcpu/risc-v/common64/
A Dmmu.h43 #define GET_PPN(pte) \ argument
45 #define GET_PADDR(pte) (GET_PPN(pte) << PAGE_OFFSET_BIT) argument
A Dmmu.c512 rt_ubase_t *pte = _query(aspace, vaddr, &level); in rt_hw_mmu_v2p() local
528 static int _noncache(rt_base_t *pte) in _noncache()
533 static int _cache(rt_base_t *pte) in _cache()
575 rt_base_t *pte = _query(aspace, vaddr, &level); in rt_hw_mmu_control() local
/libcpu/risc-v/virt64/
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
/libcpu/risc-v/t-head/c908/
A Driscv_mmu.h70 #define PAGE_IS_LEAF(pte) __MASKVALUE(pte, PAGE_ATTR_RWX) argument
72 #define PTE_USED(pte) __MASKVALUE(pte, PTE_V) argument
/libcpu/risc-v/t-head/c906/
A Driscv_mmu.h74 #define PAGE_IS_LEAF(pte) __MASKVALUE(pte, PAGE_ATTR_RWX) argument
76 #define PTE_USED(pte) __MASKVALUE(pte, PTE_V) argument
/libcpu/aarch64/common/
A Dmmu.c817 unsigned long *pte = _query(aspace, v_addr, &level_shift); in rt_hw_mmu_v2p() local
833 static int _noncache(rt_ubase_t *pte) in _noncache()
851 static int _cache(rt_ubase_t *pte) in _cache()
889 rt_ubase_t *pte = _query(aspace, (void *)vstart, &level_shift); in rt_hw_mmu_control() local

Completed in 728 milliseconds