| /arch/x86/kernel/ |
| D | unwind_frame.c | 13 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 22 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 30 static void unwind_dump(struct unwind_state *state) in unwind_dump() 94 static inline unsigned long *last_frame(struct unwind_state *state) in last_frame() 99 static bool is_last_frame(struct unwind_state *state) in is_last_frame() 110 static inline unsigned long *last_aligned_frame(struct unwind_state *state) in last_aligned_frame() 115 static bool is_last_aligned_frame(struct unwind_state *state) in is_last_aligned_frame() 146 static bool is_last_ftrace_frame(struct unwind_state *state) in is_last_ftrace_frame() 168 static bool is_last_task_frame(struct unwind_state *state) in is_last_task_frame() 206 static bool update_stack_state(struct unwind_state *state, in update_stack_state() [all …]
|
| D | unwind_guess.c | 8 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 22 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 27 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 51 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
| D | unwind_orc.c | 250 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 259 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 273 static bool stack_access_ok(struct unwind_state *state, unsigned long _addr, in stack_access_ok() 286 static bool deref_stack_reg(struct unwind_state *state, unsigned long addr, in deref_stack_reg() 296 static bool deref_stack_regs(struct unwind_state *state, unsigned long addr, in deref_stack_regs() 312 static bool deref_stack_iret_regs(struct unwind_state *state, unsigned long addr, in deref_stack_iret_regs() 325 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 508 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
| /arch/s390/kernel/ |
| D | fpu.c | 16 void __kernel_fpu_begin(struct kernel_fpu *state, u32 flags) in __kernel_fpu_begin() 97 void __kernel_fpu_end(struct kernel_fpu *state, u32 flags) in __kernel_fpu_end()
|
| /arch/um/drivers/ |
| D | hostaudio_kern.c | 73 struct hostaudio_state *state = file->private_data; in hostaudio_read() local 100 struct hostaudio_state *state = file->private_data; in hostaudio_write() local 137 struct hostaudio_state *state = file->private_data; in hostaudio_ioctl() local 179 struct hostaudio_state *state; in hostaudio_open() local 215 struct hostaudio_state *state = file->private_data; in hostaudio_release() local 231 struct hostmixer_state *state = file->private_data; in hostmixer_ioctl_mixdev() local 242 struct hostmixer_state *state; in hostmixer_open_mixdev() local 280 struct hostmixer_state *state = file->private_data; in hostmixer_release() local
|
| /arch/mips/cavium-octeon/crypto/ |
| D | octeon-crypto.c | 27 unsigned long octeon_crypto_enable(struct octeon_cop2_state *state) in octeon_crypto_enable() 56 void octeon_crypto_disable(struct octeon_cop2_state *state, in octeon_crypto_disable()
|
| /arch/arm/mach-mmp/ |
| D | pm-pxa910.c | 134 void pxa910_pm_enter_lowpower_mode(int state) in pxa910_pm_enter_lowpower_mode() 189 static int pxa910_pm_enter(suspend_state_t state) in pxa910_pm_enter() 242 static int pxa910_pm_valid(suspend_state_t state) in pxa910_pm_valid()
|
| D | pm-mmp2.c | 114 void mmp2_pm_enter_lowpower_mode(int state) in mmp2_pm_enter_lowpower_mode() 160 static int mmp2_pm_enter(suspend_state_t state) in mmp2_pm_enter() 204 static int mmp2_pm_valid(suspend_state_t state) in mmp2_pm_valid()
|
| /arch/arm/mach-mvebu/ |
| D | kirkwood-pm.c | 48 static int kirkwood_suspend_enter(suspend_state_t state) in kirkwood_suspend_enter() 60 static int kirkwood_pm_valid_standby(suspend_state_t state) in kirkwood_pm_valid_standby()
|
| /arch/arm/crypto/ |
| D | chacha-neon-glue.c | 38 static void chacha_doneon(u32 *state, u8 *dst, const u8 *src, in chacha_doneon() 68 u32 state[16]; in chacha_neon_stream_xor() local 107 u32 state[16]; in xchacha_neon() local
|
| /arch/powerpc/kvm/ |
| D | book3s_xive.c | 291 struct kvmppc_xive_irq_state *state) in xive_lock_and_mask() 356 struct kvmppc_xive_irq_state *state) in xive_lock_for_unmask() 371 struct kvmppc_xive_irq_state *state, in xive_finish_unmask() 427 struct kvmppc_xive_irq_state *state, in xive_target_interrupt() 516 struct kvmppc_xive_irq_state *state; in kvmppc_xive_set_xive() local 614 struct kvmppc_xive_irq_state *state; in kvmppc_xive_get_xive() local 636 struct kvmppc_xive_irq_state *state; in kvmppc_xive_int_on() local 675 struct kvmppc_xive_irq_state *state; in kvmppc_xive_int_off() local 700 struct kvmppc_xive_irq_state *state; in xive_restore_pending_irq() local 795 struct kvmppc_xive_irq_state *state; in kvmppc_xive_set_mapped() local [all …]
|
| /arch/x86/include/asm/ |
| D | unwind.h | 44 static inline bool unwind_done(struct unwind_state *state) in unwind_done() 49 static inline bool unwind_error(struct unwind_state *state) in unwind_error() 55 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() 67 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() 84 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs()
|
| /arch/tile/kernel/ |
| D | messaging.c | 31 HV_MsgState *state = this_cpu_ptr(&msg_state); in init_messaging() local 70 HV_MsgState *state = this_cpu_ptr(&msg_state); in hv_message_intr() local
|
| /arch/powerpc/platforms/pseries/ |
| D | offline_states.h | 24 static inline void set_cpu_current_state(int cpu, enum cpu_state_vals state) in set_cpu_current_state() 28 static inline void set_preferred_offline_state(int cpu, enum cpu_state_vals state) in set_preferred_offline_state()
|
| /arch/powerpc/sysdev/ |
| D | fsl_rcpm.c | 91 static void rcpm_v1_cpu_enter_state(int cpu, int state) in rcpm_v1_cpu_enter_state() 109 static void rcpm_v2_cpu_enter_state(int cpu, int state) in rcpm_v2_cpu_enter_state() 168 static void rcpm_v1_cpu_exit_state(int cpu, int state) in rcpm_v1_cpu_exit_state() 192 static void rcpm_v2_cpu_exit_state(int cpu, int state) in rcpm_v2_cpu_exit_state() 221 static int rcpm_v1_plat_enter_state(int state) in rcpm_v1_plat_enter_state() 247 static int rcpm_v2_plat_enter_state(int state) in rcpm_v2_plat_enter_state()
|
| D | fsl_pmc.c | 36 static int pmc_suspend_enter(suspend_state_t state) in pmc_suspend_enter() 51 static int pmc_suspend_valid(suspend_state_t state) in pmc_suspend_valid()
|
| /arch/arm/mach-pxa/ |
| D | pm.c | 24 int pxa_pm_enter(suspend_state_t state) in pxa_pm_enter() 69 static int pxa_pm_valid(suspend_state_t state) in pxa_pm_valid()
|
| /arch/arm64/crypto/ |
| D | chacha20-neon-glue.c | 34 static void chacha20_doneon(u32 *state, u8 *dst, const u8 *src, in chacha20_doneon() 65 u32 state[16]; in chacha20_neon() local
|
| /arch/unicore32/kernel/ |
| D | pm.c | 28 int puv3_pm_enter(suspend_state_t state) in puv3_pm_enter() 74 static int puv3_pm_valid(suspend_state_t state) in puv3_pm_valid()
|
| /arch/arc/kernel/ |
| D | unaligned.c | 136 static void fixup_load(struct disasm_state *state, struct pt_regs *regs, in fixup_load() 166 static void fixup_store(struct disasm_state *state, struct pt_regs *regs, in fixup_store() 205 struct disasm_state state; in misaligned_fixup() local
|
| /arch/s390/include/asm/fpu/ |
| D | api.h | 94 static inline void kernel_fpu_begin(struct kernel_fpu *state, u32 flags) in kernel_fpu_begin() 107 static inline void kernel_fpu_end(struct kernel_fpu *state, u32 flags) in kernel_fpu_end()
|
| /arch/x86/crypto/ |
| D | chacha20_glue.c | 29 static void chacha20_dosimd(u32 *state, u8 *dst, const u8 *src, in chacha20_dosimd() 70 u32 *state, state_buf[16 + 2] __aligned(8); in chacha20_simd() local
|
| /arch/powerpc/platforms/52xx/ |
| D | lite5200_pm.c | 25 static int lite5200_pm_valid(suspend_state_t state) in lite5200_pm_valid() 36 static int lite5200_pm_begin(suspend_state_t state) in lite5200_pm_begin() 205 static int lite5200_pm_enter(suspend_state_t state) in lite5200_pm_enter()
|
| /arch/arm/plat-samsung/ |
| D | pm.c | 46 int s3c_irqext_wake(struct irq_data *data, unsigned int state) in s3c_irqext_wake() 74 static int s3c_pm_enter(suspend_state_t state) in s3c_pm_enter()
|
| /arch/ia64/sn/kernel/ |
| D | idle.c | 11 void snidle(int state) in snidle()
|