Searched defs:pv_off (Results 1 – 8 of 8) sorted by relevance
| /libcpu/risc-v/common64/ |
| A D | mmu.h | 46 #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 D | mmu.c | 392 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 D | mmu.c | 61 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 D | start_gcc.S | 43 pv_off .req r11 /* Used to store the offset between physical address and the virtual address … label
|
| /libcpu/aarch64/common/ |
| A D | setup.c | 211 const rt_ubase_t pv_off = PV_OFFSET; in rt_hw_common_setup() local
|
| A D | mmu.c | 532 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 D | mmu.h | 94 size_t pv_off; member
|
| A D | mmu.c | 209 …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