Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/book3s/64/
Dhash.h53 #define H_VMALLOC_END (H_VMALLOC_START + H_VMALLOC_SIZE) macro
55 #define H_KERN_IO_START H_VMALLOC_END
/arch/powerpc/mm/
Dslb_low.S132 lis r11,(H_VMALLOC_END >> 32)@h // r11 = 0xffffffffd0000000
133 ori r11,r11,(H_VMALLOC_END >> 32)@l // r11 = 0xffffffffd0003800
Dhash_utils_64.c1037 __vmalloc_end = H_VMALLOC_END; in hash__early_init_mmu()