Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dradix.h123 #define RADIX_VMALLOC_START RADIX_KERN_VIRT_START macro
125 #define RADIX_VMALLOC_END (RADIX_VMALLOC_START + RADIX_VMALLOC_SIZE)
/linux-5.19.10/arch/powerpc/mm/book3s64/
Dradix_pgtable.c349 if (end >= RADIX_VMALLOC_START) { in radix_init_pgtable()
605 __vmalloc_start = RADIX_VMALLOC_START; in radix__early_init_mmu()
847 if (end >= RADIX_VMALLOC_START) { in radix__create_section_mapping()