Home
last modified time | relevance | path

Searched refs:map_memory (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dmem_user.h59 extern void map_memory(unsigned long virt, unsigned long phys,
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dhead.S241 .macro map_memory, tbl, rtbl, vstart, vend, flags, phys, pgds, istart, iend, tmp, count, sv macro
376 map_memory x0, x1, x3, x6, x7, x3, x4, x10, x11, x12, x13, x14
390 map_memory x0, x1, x5, x6, x7, x3, x4, x10, x11, x12, x13, x14
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dphysmem.c41 void map_memory(unsigned long virt, unsigned long phys, unsigned long len, in map_memory() function
H A Dmem.c49 map_memory(brk_end, __pa(brk_end), uml_reserved - brk_end, 1, 1, 0); in mem_init()
H A Dtlb.c79 map_memory(op->u.mmap.addr, op->u.mmap.offset, in do_ops()