Searched refs:VMEMMAP_START (Results 1 – 10 of 10) sorted by relevance
/arch/arm64/include/asm/ |
D | memory.h | 50 #define VMEMMAP_START (-VMEMMAP_SIZE - SZ_2M) macro 51 #define VMEMMAP_END (VMEMMAP_START + VMEMMAP_SIZE) 52 #define PCI_IO_END (VMEMMAP_START - SZ_2M) 345 u64 __idx = ((u64)__page - VMEMMAP_START) / sizeof(struct page);\ 352 u64 __addr = VMEMMAP_START + (__idx * sizeof(struct page)); \
|
D | pgtable.h | 27 #define vmemmap ((struct page *)VMEMMAP_START - (memstart_addr >> PAGE_SHIFT))
|
/arch/x86/include/asm/ |
D | pgtable_64_types.h | 135 # define VMEMMAP_START vmemmap_base macro 139 # define VMEMMAP_START __VMEMMAP_BASE_L4 macro
|
D | pgtable_64.h | 256 #define vmemmap ((struct page *)VMEMMAP_START)
|
/arch/riscv/include/asm/ |
D | pgtable.h | 41 #define VMEMMAP_START (VMALLOC_START - VMEMMAP_SIZE) macro 47 #define vmemmap ((struct page *)VMEMMAP_START - (phys_ram_base >> PAGE_SHIFT)) 50 #define PCI_IO_END VMEMMAP_START
|
/arch/arm64/mm/ |
D | ptdump.c | 53 { VMEMMAP_START, "vmemmap start" }, 54 { VMEMMAP_START + VMEMMAP_SIZE, "vmemmap end" },
|
D | mmu.c | 1195 WARN_ON((start < VMEMMAP_START) || (end > VMEMMAP_END)); in vmemmap_free() 1198 free_empty_tables(start, end, VMEMMAP_START, VMEMMAP_END); in vmemmap_free()
|
/arch/riscv/mm/ |
D | ptdump.c | 71 {VMEMMAP_START, "vmemmap start"},
|
D | init.c | 84 print_mlm("vmemmap", (unsigned long)VMEMMAP_START, in print_vm_layout()
|
/arch/x86/mm/ |
D | dump_pagetables.c | 448 address_markers[VMEMMAP_START_NR].start_address = VMEMMAP_START; in pt_dump_init()
|