Searched refs:H_VMALLOC_END (Results 1 – 3 of 3) sorted by relevance
51 #define H_VMALLOC_END (H_VMALLOC_START + H_VMALLOC_SIZE) macro53 #define H_KERN_IO_START H_VMALLOC_END
138 lis r11,(H_VMALLOC_END >> 32)@h // r11 = 0xffffffffd0000000139 ori r11,r11,(H_VMALLOC_END >> 32)@l // r11 = 0xffffffffd0003800
1011 __vmalloc_end = H_VMALLOC_END; in hash__early_init_mmu()