Searched refs:restore_all (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/mips/kernel/ |
D | entry.S | 22 #define resume_kernel restore_all 53 j restore_all 59 bnez t0, restore_all 62 beqz t1, restore_all 65 beqz t0, restore_all 66 PTR_LA ra, restore_all 92 restore_all: # restore full frame label 134 beqz t0, restore_all
|
/linux-6.1.9/arch/nios2/kernel/ |
D | entry.S | 231 restore_all: label 305 beq r11, r0, restore_all /* Nothing to do */ 314 beq r1, r0, restore_all 379 bne r4, r0, restore_all 381 BTBZ r10, r4, TIF_NEED_RESCHED, restore_all 384 beq r10, r0, restore_all 387 br restore_all
|
/linux-6.1.9/arch/riscv/kernel/ |
D | entry.S | 18 .set resume_kernel, restore_all 285 restore_all: label 362 bnez s0, restore_all 365 beqz s0, restore_all 367 j restore_all
|
/linux-6.1.9/arch/hexagon/kernel/ |
D | vm_entry.S | 285 if (!P0.new) jump:nt restore_all; 311 restore_all: label
|
/linux-6.1.9/arch/alpha/kernel/ |
D | entry.S | 499 restore_all: label 508 br restore_all 567 br restore_all
|
/linux-6.1.9/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 193 restore_all: label
|
/linux-6.1.9/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 248 restore_all: label
|
/linux-6.1.9/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 264 restore_all: label
|