Searched refs:PT_STATUS (Results 1 – 11 of 11) sorted by relevance
/linux/arch/mips/kernel/ |
H A D | entry.S | 42 LONG_L t0, PT_STATUS(sp) # returning to kernel mode? 63 LONG_L t0, PT_STATUS(sp) # Interrupts off? 102 LONG_L v0, PT_STATUS(sp)
|
H A D | asm-offsets.c | 69 OFFSET(PT_STATUS, pt_regs, cp0_status); in output_ptreg_defines()
|
/linux/arch/mips/include/asm/ |
H A D | pm.h | 35 LONG_S k0, PT_STATUS(sp) 43 LONG_L k0, PT_STATUS(sp)
|
/linux/arch/riscv/kernel/ |
H A D | entry.S | 155 REG_S s1, PT_STATUS(sp) 213 REG_L s0, PT_STATUS(sp) 244 REG_L a0, PT_STATUS(sp) 310 REG_S s1, PT_STATUS(sp)
|
H A D | crash_save_regs.S | 51 REG_S t1, PT_STATUS(a0)
|
H A D | suspend_entry.S | 49 REG_S t0, (SUSPEND_CONTEXT_REGS + PT_STATUS)(a0)
|
H A D | asm-offsets.c | 125 OFFSET(PT_STATUS, pt_regs, status); in asm_offsets()
|
/linux/drivers/input/keyboard/ |
H A D | applespi.h | 26 PT_STATUS, enumerator
|
H A D | applespi_trace.h | 46 { PT_STATUS, "status" }
|
H A D | applespi.c | 748 applespi_get_trace_fun(evt_type)(evt_type, PT_STATUS, in applespi_async_write_complete()
|
/linux/arch/riscv/include/asm/ |
H A D | assembler.h | 25 REG_L t0, (SUSPEND_CONTEXT_REGS + PT_STATUS)(a0)
|