Home
last modified time | relevance | path

Searched defs:pv_off (Results 1 – 8 of 8) sorted by relevance

/libcpu/risc-v/common64/
A Dmmu.h46 #define VPN_TO_PPN(vaddr, pv_off) (((rt_uintptr_t)(vaddr)) + (pv_off)) argument
47 #define PPN_TO_VPN(paddr, pv_off) (((rt_uintptr_t)(paddr)) - (pv_off)) argument
A Dmmu.c392 rt_ubase_t *vtable, rt_ubase_t pv_off) in rt_hw_mmu_map_init()
667 rt_ubase_t pv_off; in rt_hw_mem_setup_early() local
/libcpu/arm/cortex-a/
A Dmmu.c61 void init_mm_setup(unsigned int *mtbl, unsigned int size, unsigned int pv_off) in init_mm_setup()
101 rt_uint32_t pv_off) in rt_hw_mem_setup_early()
171 …mmu_map_init(struct rt_aspace *aspace, void* v_address, size_t size, size_t *vtable, size_t pv_off) in rt_hw_mmu_map_init()
A Dstart_gcc.S43 pv_off .req r11 /* Used to store the offset between physical address and the virtual address … label
/libcpu/aarch64/common/
A Dsetup.c211 const rt_ubase_t pv_off = PV_OFFSET; in rt_hw_common_setup() local
A Dmmu.c532 size_t *vtable, size_t pv_off) in rt_hw_mmu_map_init()
910 unsigned long size, unsigned long pv_off) in rt_hw_mem_setup_early()
/libcpu/mips/gs264/
A Dmmu.h94 size_t pv_off; member
A Dmmu.c209 …hw_mmu_map_init(rt_mmu_info *mmu_info, void* v_address, size_t size, size_t *vtable, size_t pv_off) in rt_hw_mmu_map_init()
806 void init_mm_setup(unsigned int *mtbl, unsigned int size, unsigned int pv_off) in init_mm_setup()

Completed in 17 milliseconds