Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dhash.h78 #define H_VMALLOC_START H_KERN_VIRT_START macro
80 #define H_VMALLOC_END (H_VMALLOC_START + H_VMALLOC_SIZE)
97 #define VMALLOC_REGION_ID NON_LINEAR_REGION_ID(H_VMALLOC_START)
129 BUILD_BUG_ON(NON_LINEAR_REGION_ID(H_VMALLOC_START) != 2); in get_region_id()
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dhash_utils.c968 if (end >= H_VMALLOC_START) { in hash__create_section_mapping()
1148 if ((base + size) >= H_VMALLOC_START) { in htab_initialize()
1238 __vmalloc_start = H_VMALLOC_START; in hash__early_init_mmu()