Home
last modified time | relevance | path

Searched refs:H_VMALLOC_END (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhash.h51 #define H_VMALLOC_END (H_VMALLOC_START + H_VMALLOC_SIZE) macro
53 #define H_KERN_IO_START H_VMALLOC_END
/Linux-v4.19/arch/powerpc/mm/
Dslb_low.S138 lis r11,(H_VMALLOC_END >> 32)@h // r11 = 0xffffffffd0000000
139 ori r11,r11,(H_VMALLOC_END >> 32)@l // r11 = 0xffffffffd0003800
Dhash_utils_64.c1011 __vmalloc_end = H_VMALLOC_END; in hash__early_init_mmu()