/arch/s390/appldata/ |
D | appldata_base.c | 127 struct appldata_ops *ops; in appldata_work_fn() local 284 struct appldata_ops *ops = NULL, *tmp_ops; in appldata_generic_handler() local 364 int appldata_register_ops(struct appldata_ops *ops) in appldata_register_ops() 404 void appldata_unregister_ops(struct appldata_ops *ops) in appldata_unregister_ops() 418 struct appldata_ops *ops; in appldata_freeze() local 447 struct appldata_ops *ops; in appldata_restore() local
|
/arch/arm64/kernel/ |
D | cpuidle.c | 21 const struct cpu_operations *ops = get_cpu_ops(cpu); in arm_cpuidle_init() local 40 const struct cpu_operations *ops = get_cpu_ops(cpu); in arm_cpuidle_suspend() local
|
D | smp.c | 108 const struct cpu_operations *ops = get_cpu_ops(cpu); in boot_secondary() local 205 const struct cpu_operations *ops; in secondary_start_kernel() local 276 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_disable() local 327 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_kill() local 372 const struct cpu_operations *ops = get_cpu_ops(cpu); in cpu_die() local 395 const struct cpu_operations *ops = get_cpu_ops(cpu); in __cpu_try_die() local 523 const struct cpu_operations *ops; in smp_cpu_setup() local 752 const struct cpu_operations *ops; in smp_prepare_cpus() local 1130 const struct cpu_operations *ops = get_cpu_ops(any_cpu); in have_cpu_die() local
|
D | cpu_ops.c | 41 const struct cpu_operations *const *ops; in cpu_get_ops() local
|
/arch/sparc/kernel/ |
D | pci_msi.c | 18 const struct sparc64_msiq_ops *ops; in sparc64_msiq_interrupt() local 127 const struct sparc64_msiq_ops *ops = pbm->msi_ops; in sparc64_setup_msi_irq() local 185 const struct sparc64_msiq_ops *ops = pbm->msi_ops; in sparc64_teardown_msi_irq() local 276 const struct sparc64_msiq_ops *ops, in bringup_one_msi_queue() 303 const struct sparc64_msiq_ops *ops) in sparc64_bringup_msi_queues() 321 const struct sparc64_msiq_ops *ops) in sparc64_pbm_msi_init()
|
/arch/powerpc/kernel/ |
D | secvar-ops.c | 14 void set_secvar_ops(const struct secvar_operations *ops) in set_secvar_ops()
|
D | kprobes-ftrace.c | 17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/arch/sh/kernel/ |
D | unwinder.c | 83 static int unwinder_enqueue(struct unwinder *ops) in unwinder_enqueue() 133 unsigned long *sp, const struct stacktrace_ops *ops, in unwind_stack()
|
D | dumpstack.c | 56 const struct stacktrace_ops *ops, in print_ftrace_graph_addr() 82 const struct stacktrace_ops *ops, in print_ftrace_graph_addr() 89 unsigned long *sp, const struct stacktrace_ops *ops, in stack_reader_dump()
|
/arch/arm/include/asm/mach/ |
D | arch.h | 17 #define smp_ops(ops) (&(ops)) argument 18 #define smp_init_ops(ops) (&(ops)) argument 20 #define smp_ops(ops) (struct smp_operations *)NULL argument 21 #define smp_init_ops(ops) (bool (*)(void))NULL argument
|
/arch/x86/kernel/ |
D | ftrace.c | 317 create_trampoline(struct ftrace_ops *ops, unsigned int *tramp_size) in create_trampoline() 440 struct ftrace_ops *ops; in set_ftrace_ops_ro() local 480 void arch_ftrace_update_trampoline(struct ftrace_ops *ops) in arch_ftrace_update_trampoline() 540 static void *static_tramp_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) in static_tramp_func() 568 void *arch_ftrace_trampoline_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) in arch_ftrace_trampoline_func() 580 void arch_ftrace_trampoline_free(struct ftrace_ops *ops) in arch_ftrace_trampoline_free()
|
/arch/powerpc/include/asm/ |
D | secvar.h | 31 static inline void set_secvar_ops(const struct secvar_operations *ops) { } in set_secvar_ops()
|
D | io-workarounds.h | 18 struct ppc_pci_io *ops; member
|
/arch/powerpc/platforms/powernv/ |
D | opal-sensor-groups.c | 129 static int add_attr_group(const __be32 *ops, int len, struct sensor_group *sg, in add_attr_group() 147 static int get_nr_attrs(const __be32 *ops, int len) in get_nr_attrs() 182 const __be32 *ops; in opal_sensor_groups_init() local
|
/arch/riscv/kernel/probes/ |
D | ftrace.c | 7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/arch/x86/kernel/kprobes/ |
D | ftrace.c | 17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/arch/sparc/include/asm/ |
D | leon_pci.h | 13 struct pci_ops *ops; member
|
/arch/csky/kernel/probes/ |
D | ftrace.c | 14 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/arch/powerpc/sysdev/ |
D | mpic_msi.c | 30 const struct irq_domain_ops *ops = mpic->irqhost->ops; in mpic_msi_reserve_u3_hwirqs() local
|
/arch/sh/kernel/cpu/sh2/ |
D | clock-sh7619.c | 62 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
/arch/hexagon/kernel/ |
D | smp.c | 38 static inline void __handle_ipi(unsigned long *ops, struct ipi_data *ipi, in __handle_ipi() 86 unsigned long ops; in handle_ipi() local
|
/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7203.c | 67 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
/arch/sh/kernel/cpu/sh3/ |
D | clock-sh7710.c | 70 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
/arch/x86/include/asm/ |
D | irqdomain.h | 39 const struct irq_domain_ops *ops; member
|
/arch/arm/kernel/ |
D | cpuidle.c | 90 const struct cpuidle_ops *ops; in arm_cpuidle_read_ops() local
|