Home
last modified time | relevance | path

Searched refs:H_VMALLOC_START (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dhash.h79 #define H_VMALLOC_START H_KERN_VIRT_START macro
81 #define H_VMALLOC_END (H_VMALLOC_START + H_VMALLOC_SIZE)
98 #define VMALLOC_REGION_ID NON_LINEAR_REGION_ID(H_VMALLOC_START)
130 BUILD_BUG_ON(NON_LINEAR_REGION_ID(H_VMALLOC_START) != 2); in get_region_id()
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dhash_utils.c975 if (end >= H_VMALLOC_START) { in hash__create_section_mapping()
1155 if ((base + size) >= H_VMALLOC_START) { in htab_initialize()
1241 __vmalloc_start = H_VMALLOC_START; in hash__early_init_mmu()