Searched refs:hv_reexec (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/tile/kernel/
H A Drelocate_kernel_32.S14 * copy new kernel into place and then call hv_reexec
165 moveli r1, 0 /* arg to hv_reexec is 64 bits */
167 moveli r41, lo16(hv_reexec)
168 auli r41, r41, ha16(hv_reexec)
199 * just good paranoia because the hv_reexec call will also
H A Drelocate_kernel_64.S14 * copy new kernel into place and then call hv_reexec
169 moveli r41, hw2_last(hv_reexec)
170 shl16insli r41, r41, hw1(hv_reexec)
171 shl16insli r41, r41, hw0(hv_reexec)
205 * just good paranoia because the hv_reexec call will also
H A Dhvglue.S61 gensym hv_reexec, 0x5c0, 32
H A Dhvglue_trace.c65 #define hv_reexec _hv_reexec macro
124 #undef hv_reexec macro
218 HV_WRAP1(int, hv_reexec, HV_PhysAddr, entry)
/linux-4.1.27/arch/tile/include/hv/
H A Dhypervisor.h279 /** hv_reexec */
917 int hv_reexec(HV_PhysAddr entry);

Completed in 99 milliseconds