Searched refs:map_memory (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | mem_user.h | 54 extern void map_memory(unsigned long virt, unsigned long phys,
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | mem_user.h | 59 extern void map_memory(unsigned long virt, unsigned long phys,
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | physmem.c | 41 void map_memory(unsigned long virt, unsigned long phys, unsigned long len, in map_memory() function 54 panic("map_memory(0x%lx, %d, 0x%llx, %ld, %d, %d, %d) failed, " in map_memory()
|
H A D | mem.c | 49 map_memory(brk_end, __pa(brk_end), uml_reserved - brk_end, 1, 1, 0); in mem_init()
|
H A D | tlb.c | 79 map_memory(op->u.mmap.addr, op->u.mmap.offset, in do_ops()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | physmem.c | 41 void map_memory(unsigned long virt, unsigned long phys, unsigned long len, in map_memory() function 54 panic("map_memory(0x%lx, %d, 0x%llx, %ld, %d, %d, %d) failed, " in map_memory()
|
H A D | mem.c | 68 map_memory(brk_end, __pa(brk_end), uml_reserved - brk_end, 1, 1, 0); in mem_init()
|
H A D | tlb.c | 79 map_memory(op->u.mmap.addr, op->u.mmap.offset, in do_ops()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | head.S | 241 .macro map_memory, tbl, rtbl, vstart, vend, flags, phys, pgds, istart, iend, tmp, count, sv 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
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | head.S | 262 .macro map_memory, tbl, rtbl, vstart, vend, flags, phys, order, istart, iend, tmp, count, sv, extra_shift 301 * Remap a subregion created with the map_memory macro with modified attributes 303 * invocation of map_memory. 305 * x0: last level table address (returned in first argument to map_memory) 387 map_memory x0, x1, x3, x6, x7, x3, IDMAP_PGD_ORDER, x10, x11, x12, x13, x14, EXTRA_SHIFT 435 map_memory x0, x1, x5, x6, x7, x3, (VA_BITS - PGDIR_SHIFT), x10, x11, x12, x13, x14
|
Completed in 7 milliseconds