Searched refs:switch_stack_and_jump (Results 1 – 4 of 4) sorted by relevance
| /xen/xen/arch/x86/include/asm/ |
| A D | current.h | 175 #define switch_stack_and_jump(fn, instr, constr) \ macro 198 switch_stack_and_jump(fn, "jmp %c", "i") 204 switch_stack_and_jump(fn, "INDIRECT_CALL %", "b"); \
|
| /xen/xen/arch/arm/include/asm/ |
| A D | current.h | 48 #define switch_stack_and_jump(stack, fn) do { \ macro 53 #define reset_stack_and_jump(fn) switch_stack_and_jump(get_cpu_info(), fn)
|
| /xen/xen/arch/riscv/include/asm/ |
| A D | current.h | 21 #define switch_stack_and_jump(stack, fn) do { \ macro
|
| /xen/xen/arch/arm/ |
| A D | setup.c | 927 switch_stack_and_jump(idle_vcpu[0]->arch.cpu_info, init_done); in start_xen()
|
Completed in 12 milliseconds