Home
last modified time | relevance | path

Searched defs:paddr (Results 1 – 9 of 9) sorted by relevance

/lk-master/arch/arm64/
A Dmmu.c83 status_t arch_mmu_query(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t *paddr, uint *flags) { in arch_mmu_query()
222 static void free_page_table(void *vaddr, paddr_t paddr, uint page_size_shift) { in free_page_table()
240 paddr_t paddr; in arm64_mmu_get_page_table() local
362 paddr_t paddr = paddr_in; in arm64_mmu_map_pt() local
431 int arm64_mmu_map(vaddr_t vaddr, paddr_t paddr, size_t size, pte_t attrs, in arm64_mmu_map()
485 int arch_mmu_map(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t paddr, uint count, uint flags) { in arch_mmu_map()
A Dstart.S26 paddr .req x24 label
/lk-master/arch/x86/64/
A Dmmu.c75 static bool x86_mmu_check_paddr(paddr_t paddr) { in x86_mmu_check_paddr()
257 status_t x86_mmu_check_mapping(addr_t pml4, paddr_t paddr, in x86_mmu_check_mapping()
290 static void update_pt_entry(vaddr_t vaddr, paddr_t paddr, uint64_t pde, arch_flags_t flags) { in update_pt_entry()
364 status_t x86_mmu_add_mapping(map_addr_t pml4, map_addr_t paddr, in x86_mmu_add_mapping()
621 status_t arch_mmu_query(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t *paddr, uint *flags) { in arch_mmu_query()
652 int arch_mmu_map(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t paddr, uint count, uint flags) { in arch_mmu_map()
/lk-master/arch/x86/32/
A Dmmu.c215 status_t x86_mmu_check_mapping(map_addr_t init_table, map_addr_t paddr, in x86_mmu_check_mapping()
259 static void update_pt_entry(vaddr_t vaddr, map_addr_t paddr, map_addr_t pt, arch_flags_t flags) { in update_pt_entry()
304 status_t x86_mmu_add_mapping(map_addr_t init_table, map_addr_t paddr, in x86_mmu_add_mapping()
521 status_t arch_mmu_query(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t *paddr, uint *flags) { in arch_mmu_query()
550 int arch_mmu_map(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t paddr, uint count, uint flags) { in arch_mmu_map()
/lk-master/arch/or1k/
A Dmmu.c71 status_t arch_mmu_query(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t *paddr, uint *flags) { in arch_mmu_query()
134 int arch_mmu_map(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t paddr, uint count, uint flags) { in arch_mmu_map()
/lk-master/arch/arm/arm/
A Dmmu.c135 static void arm_mmu_map_section(arch_aspace_t *aspace, addr_t paddr, addr_t vaddr, uint flags) { in arm_mmu_map_section()
235 status_t arch_mmu_query(arch_aspace_t *aspace, vaddr_t vaddr, paddr_t *paddr, uint *flags) { in arch_mmu_query()
480 int arch_mmu_map(arch_aspace_t *aspace, addr_t vaddr, paddr_t paddr, uint count, uint flags) { in arch_mmu_map()
/lk-master/arch/riscv/
A Dmmu.cpp396 int arch_mmu_map(arch_aspace_t *aspace, const vaddr_t _vaddr, paddr_t paddr, uint count, const uint… in arch_mmu_map()
466 status_t arch_mmu_query(arch_aspace_t *aspace, const vaddr_t _vaddr, paddr_t *paddr, uint *flags) { in arch_mmu_query()
/lk-master/arch/riscv/include/arch/riscv/
A Dmmu.h79 #define RISCV_PTE_PPN_TO_PTE(paddr) (((paddr) >> PAGE_SIZE_SHIFT) << RISCV_PTE_PPN_SHIFT) argument
/lk-master/kernel/vm/
A Dvmm.c326 … void **ptr, uint8_t align_log2, paddr_t paddr, uint vmm_flags, uint arch_mmu_flags) { in vmm_alloc_physical()

Completed in 13 milliseconds