Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/book3s/64/
Dhash.h74 #define H_VMALLOC_START H_KERN_VIRT_START macro
76 #define H_VMALLOC_END (H_VMALLOC_START + H_VMALLOC_SIZE)
93 #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()
/arch/powerpc/mm/book3s64/
Dhash_utils.c838 if (end >= H_VMALLOC_START) { in hash__create_section_mapping()
988 if ((base + size) >= H_VMALLOC_START) { in htab_initialize()
1078 __vmalloc_start = H_VMALLOC_START; in hash__early_init_mmu()