/arch/x86/kernel/ |
D | unwind_frame.c | 14 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 23 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 31 static void unwind_dump(struct unwind_state *state) in unwind_dump() 80 static inline unsigned long *last_frame(struct unwind_state *state) in last_frame() 85 static bool is_last_frame(struct unwind_state *state) in is_last_frame() 96 static inline unsigned long *last_aligned_frame(struct unwind_state *state) in last_aligned_frame() 101 static bool is_last_aligned_frame(struct unwind_state *state) in is_last_aligned_frame() 132 static bool is_last_ftrace_frame(struct unwind_state *state) in is_last_ftrace_frame() 154 static bool is_last_task_frame(struct unwind_state *state) in is_last_task_frame() 186 static bool update_stack_state(struct unwind_state *state, in update_stack_state() [all …]
|
D | unwind_guess.c | 9 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 23 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 28 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 52 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
D | unwind_orc.c | 318 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 327 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 341 static bool stack_access_ok(struct unwind_state *state, unsigned long _addr, in stack_access_ok() 354 static bool deref_stack_reg(struct unwind_state *state, unsigned long addr, in deref_stack_reg() 364 static bool deref_stack_regs(struct unwind_state *state, unsigned long addr, in deref_stack_regs() 380 static bool deref_stack_iret_regs(struct unwind_state *state, unsigned long addr, in deref_stack_iret_regs() 401 static bool get_reg(struct unwind_state *state, unsigned int reg_off, in get_reg() 422 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 629 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
/arch/s390/kernel/ |
D | unwind_bc.c | 12 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 20 static bool outside_of_stack(struct unwind_state *state, unsigned long sp) in outside_of_stack() 26 static bool update_stack_info(struct unwind_state *state, unsigned long sp) in update_stack_info() 39 static inline bool is_final_pt_regs(struct unwind_state *state, in is_final_pt_regs() 52 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 123 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
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() 181 struct fpu *state = ¤t->thread.fpu; in __load_fpu_regs() local 225 struct fpu *state; in save_fpu_regs() local
|
D | stacktrace.c | 17 struct unwind_state state; in arch_stack_walk() local 30 struct unwind_state state; in arch_stack_walk_reliable() local
|
/arch/arm64/crypto/ |
D | chacha-neon-glue.c | 42 static void chacha_doneon(u32 *state, u8 *dst, const u8 *src, in chacha_doneon() 65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() 77 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() 83 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() 108 u32 state[16]; in chacha_neon_stream_xor() local 151 u32 state[16]; in xchacha_neon() local
|
/arch/x86/crypto/ |
D | chacha_glue.c | 48 static void chacha_dosimd(u32 *state, u8 *dst, const u8 *src, in chacha_dosimd() 124 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() 136 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() 142 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() 166 u32 state[CHACHA_STATE_WORDS] __aligned(8); in chacha_simd_stream_xor() local 210 u32 state[CHACHA_STATE_WORDS] __aligned(8); in xchacha_simd() local
|
/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 135 struct hostaudio_state *state = file->private_data; in hostaudio_ioctl() local 177 struct hostaudio_state *state; in hostaudio_open() local 213 struct hostaudio_state *state = file->private_data; in hostaudio_release() local 229 struct hostmixer_state *state = file->private_data; in hostmixer_ioctl_mixdev() local 240 struct hostmixer_state *state; in hostmixer_open_mixdev() local 278 struct hostmixer_state *state = file->private_data; in hostmixer_release() local
|
/arch/s390/include/asm/ |
D | unwind.h | 48 static inline bool unwind_done(struct unwind_state *state) in unwind_done() 53 static inline bool unwind_error(struct unwind_state *state) in unwind_error() 58 static __always_inline void unwind_start(struct unwind_state *state, in unwind_start() 68 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state) in unwind_get_entry_regs() 73 #define unwind_for_each_frame(state, task, regs, first_frame) \ argument
|
D | cpu_mcf.h | 28 static inline void ctr_set_enable(u64 *state, u64 ctrsets) in ctr_set_enable() 33 static inline void ctr_set_disable(u64 *state, u64 ctrsets) in ctr_set_disable() 38 static inline void ctr_set_start(u64 *state, u64 ctrsets) in ctr_set_start() 43 static inline void ctr_set_stop(u64 *state, u64 ctrsets) in ctr_set_stop() 71 u64 state; /* For perf_event_open SVC */ member
|
/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/crypto/ |
D | chacha-glue.c | 40 static void chacha_doneon(u32 *state, u8 *dst, const u8 *src, in chacha_doneon() 67 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() 79 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() 85 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() 114 u32 state[16]; in chacha_stream_xor() local 166 u32 state[16]; in do_xchacha() local
|
/arch/arm/mach-mmp/ |
D | pm-pxa910.c | 132 void pxa910_pm_enter_lowpower_mode(int state) in pxa910_pm_enter_lowpower_mode() 187 static int pxa910_pm_enter(suspend_state_t state) in pxa910_pm_enter() 240 static int pxa910_pm_valid(suspend_state_t state) in pxa910_pm_valid()
|
D | pm-mmp2.c | 112 void mmp2_pm_enter_lowpower_mode(int state) in mmp2_pm_enter_lowpower_mode() 158 static int mmp2_pm_enter(suspend_state_t state) in mmp2_pm_enter() 202 static int mmp2_pm_valid(suspend_state_t state) in mmp2_pm_valid()
|
/arch/arm/mach-mvebu/ |
D | kirkwood-pm.c | 40 static int kirkwood_suspend_enter(suspend_state_t state) in kirkwood_suspend_enter() 52 static int kirkwood_pm_valid_standby(suspend_state_t state) in kirkwood_pm_valid_standby()
|
/arch/mips/crypto/ |
D | chacha-glue.c | 23 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() 33 u32 state[16]; in chacha_mips_stream_xor() local 67 u32 state[16]; in xchacha_mips() local
|
/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/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/powerpc/sysdev/ |
D | fsl_rcpm.c | 87 static void rcpm_v1_cpu_enter_state(int cpu, int state) in rcpm_v1_cpu_enter_state() 105 static void rcpm_v2_cpu_enter_state(int cpu, int state) in rcpm_v2_cpu_enter_state() 164 static void rcpm_v1_cpu_exit_state(int cpu, int state) in rcpm_v1_cpu_exit_state() 188 static void rcpm_v2_cpu_exit_state(int cpu, int state) in rcpm_v2_cpu_exit_state() 217 static int rcpm_v1_plat_enter_state(int state) in rcpm_v1_plat_enter_state() 243 static int rcpm_v2_plat_enter_state(int state) in rcpm_v2_plat_enter_state()
|
D | fsl_pmc.c | 32 static int pmc_suspend_enter(suspend_state_t state) in pmc_suspend_enter() 47 static int pmc_suspend_valid(suspend_state_t state) in pmc_suspend_valid()
|
/arch/nds32/kernel/ |
D | pm.c | 42 static int nds32_pm_valid(suspend_state_t state) in nds32_pm_valid() 54 static int nds32_pm_enter(suspend_state_t state) in nds32_pm_enter()
|
/arch/mips/loongson64/ |
D | pm.c | 71 static int loongson_pm_enter(suspend_state_t state) in loongson_pm_enter() 80 static int loongson_pm_valid_state(suspend_state_t state) in loongson_pm_valid_state()
|
/arch/arc/kernel/ |
D | unaligned.c | 132 static void fixup_load(struct disasm_state *state, struct pt_regs *regs, in fixup_load() 162 static void fixup_store(struct disasm_state *state, struct pt_regs *regs, in fixup_store() 201 struct disasm_state state; in misaligned_fixup() local
|
/arch/powerpc/include/asm/ |
D | interrupt.h | 136 static inline void interrupt_enter_prepare(struct pt_regs *regs, struct interrupt_state *state) in interrupt_enter_prepare() 195 static inline void interrupt_exit_prepare(struct pt_regs *regs, struct interrupt_state *state) in interrupt_exit_prepare() 199 …atic inline void interrupt_async_enter_prepare(struct pt_regs *regs, struct interrupt_state *state) in interrupt_async_enter_prepare() 211 static inline void interrupt_async_exit_prepare(struct pt_regs *regs, struct interrupt_state *state) in interrupt_async_exit_prepare() 251 …ic inline void interrupt_nmi_enter_prepare(struct pt_regs *regs, struct interrupt_nmi_state *state) in interrupt_nmi_enter_prepare() 295 …tic inline void interrupt_nmi_exit_prepare(struct pt_regs *regs, struct interrupt_nmi_state *state) in interrupt_nmi_exit_prepare()
|