Searched refs:hv_halt (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
D | relocate_kernel_64.S | 252 moveli r41, hw2_last(hv_halt) 253 shl16insli r41, r41, hw1(hv_halt) 254 shl16insli r41, r41, hw0(hv_halt)
|
D | reboot.c | 32 hv_halt(); in machine_halt()
|
D | early_printk.c | 61 hv_halt(); in early_panic()
|
D | hvglue_trace.c | 29 #define hv_halt _hv_halt macro 89 #undef hv_halt 218 HV_WRAP0(void, hv_halt)
|
D | relocate_kernel_32.S | 259 moveli r41, lo16(hv_halt) 260 auli r41, r41, ha16(hv_halt)
|
D | hvglue.S | 25 gensym hv_halt, 0x140, 32
|
/linux-4.4.14/arch/tile/include/hv/ |
D | hypervisor.h | 907 void hv_halt(void);
|