Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 160) sorted by relevance

1234567

/arch/x86/include/asm/
Didtentry.h34 #define DECLARE_IDTENTRY(vector, func) \ argument
53 #define DEFINE_IDTENTRY(func) \ argument
86 #define DECLARE_IDTENTRY_ERRORCODE(vector, func) \ argument
98 #define DEFINE_IDTENTRY_ERRORCODE(func) \ argument
124 #define DECLARE_IDTENTRY_RAW(vector, func) \ argument
141 #define DEFINE_IDTENTRY_RAW(func) \ argument
152 #define DEFINE_FREDENTRY_RAW(func) \ argument
163 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ argument
180 #define DEFINE_IDTENTRY_RAW_ERRORCODE(func) \ argument
191 #define DECLARE_IDTENTRY_IRQ(vector, func) \ argument
[all …]
Dirq_stack.h81 #define call_on_stack(stack, func, asm_call, argconstr...) \ argument
118 #define call_on_irqstack(func, asm_call, argconstr...) \ argument
123 #define assert_function_type(func, proto) \ argument
132 #define call_on_irqstack_cond(func, regs, asm_call, constr, c_args...) \ argument
176 #define run_sysvec_on_irqstack_cond(func, regs) \ argument
196 #define run_irq_on_irqstack_cond(func, regs, vector) \ argument
224 #define run_sysvec_on_irqstack_cond(func, regs) \ argument
232 #define run_irq_on_irqstack_cond(func, regs, vector) \ argument
Dapm.h27 static inline void apm_bios_call_asm(u32 func, u32 ebx_in, u32 ecx_in, in apm_bios_call_asm()
49 static inline bool apm_bios_call_simple_asm(u32 func, u32 ebx_in, in apm_bios_call_simple_asm()
/arch/x86/kernel/
Dearly-quirks.c32 static void __init fix_hypertransport_config(int num, int slot, int func) in fix_hypertransport_config()
58 static void __init via_bugs(int num, int slot, int func) in via_bugs()
81 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs()
117 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev()
135 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
161 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev()
171 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
203 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
207 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
212 static void __init intel_remapping_check(int num, int slot, int func) in intel_remapping_check()
[all …]
Dstatic_call.c54 void *func, bool modinit) in __static_call_transform()
157 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform()
175 noinstr void __static_call_update_early(void *tramp, void *func) in __static_call_update_early()
/arch/x86/pci/
Dearly.c11 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config()
19 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte()
27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16()
35 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, in write_pci_config()
42 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) in write_pci_config_byte()
48 void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) in write_pci_config_16()
/arch/sparc/include/asm/
Dsmp_32.h66 static inline void xc0(void *func) in xc0()
71 static inline void xc1(void *func, unsigned long arg1) in xc1()
75 static inline void xc2(void *func, unsigned long arg1, unsigned long arg2) in xc2()
80 static inline void xc3(void *func, unsigned long arg1, unsigned long arg2, in xc3()
87 static inline void xc4(void *func, unsigned long arg1, unsigned long arg2, in xc4()
/arch/arm64/kvm/hyp/nvhe/
Dftrace.c31 unsigned long func; member
60 static __always_inline bool hyp_ftrace_func_push(unsigned long func, unsigned long ret) in hyp_ftrace_func_push()
94 unsigned long func = __kern_addr(offset_idx, ip); in __hyp_ftrace_trace() local
129 static int __get_offset_idx_ins(unsigned long *func, unsigned long ip, u32 *insn, in __get_offset_idx_ins()
147 static int __get_disable_ins(unsigned long *func, unsigned long ip, u32 *insn, in __get_disable_ins()
180 #define funcs_pg_enabled(func) ((func) & 0x1) argument
181 #define funcs_pg_func(func) ((func) & ~BIT(0)) argument
182 #define funcs_pg_is_end(func) \ argument
192 #define get_func(func) funcs_pg_func(func) argument
194 static int __get_enable_disable_ins_early(unsigned long *func, unsigned long ip, in __get_enable_disable_ins_early()
[all …]
/arch/powerpc/include/asm/
Dinterrupt.h407 #define DECLARE_INTERRUPT_HANDLER_RAW(func) \ argument
433 #define DEFINE_INTERRUPT_HANDLER_RAW(func) \ argument
456 #define DECLARE_INTERRUPT_HANDLER(func) \ argument
468 #define DEFINE_INTERRUPT_HANDLER(func) \ argument
488 #define DECLARE_INTERRUPT_HANDLER_RET(func) \ argument
501 #define DEFINE_INTERRUPT_HANDLER_RET(func) \ argument
524 #define DECLARE_INTERRUPT_HANDLER_ASYNC(func) \ argument
536 #define DEFINE_INTERRUPT_HANDLER_ASYNC(func) \ argument
556 #define DECLARE_INTERRUPT_HANDLER_NMI(func) \ argument
569 #define DEFINE_INTERRUPT_HANDLER_NMI(func) \ argument
Dstatic_call.h25 #define ARCH_DEFINE_STATIC_CALL_TRAMP(name, func) __PPC_SCT(name, "b " #func) argument
/arch/x86/crypto/
Decb_cbc_helpers.h38 #define ECB_BLOCK(blocks, func) do { \ argument
50 #define CBC_ENC_BLOCK(func) do { \ argument
61 #define CBC_DEC_BLOCK(blocks, func) do { \ argument
/arch/arm/boot/dts/intel/pxa/
Dpxa2xx.dtsi11 #define PMMUX(func, pin, af) \ argument
16 #define PMMUX_LPM_LOW(func, pin, af) \ argument
22 #define PMMUX_LPM_HIGH(func, pin, af) \ argument
/arch/s390/kernel/vdso64/
Dvdso_user_wrapper.S15 .macro vdso_func func argument
/arch/s390/include/asm/
Dcpacf.h349 static inline int cpacf_test_func(cpacf_mask_t *mask, unsigned int func) in cpacf_test_func()
355 unsigned int func) in cpacf_query_func()
401 static inline int cpacf_km(unsigned long func, void *param, in cpacf_km()
433 static inline int cpacf_kmc(unsigned long func, void *param, in cpacf_kmc()
462 static inline void cpacf_kimd(unsigned long func, void *param, in cpacf_kimd()
487 static inline void cpacf_klmd(unsigned long func, void *param, in cpacf_klmd()
546 static inline int cpacf_kmac(unsigned long func, void *param, in cpacf_kmac()
564 static inline int cpacf_kmctr(unsigned long func, void *param, u8 *dest, in cpacf_kmctr()
597 static inline void cpacf_prno(unsigned long func, void *param, in cpacf_prno()
651 static inline void cpacf_pcc(unsigned long func, void *param) in cpacf_pcc()
[all …]
/arch/powerpc/platforms/powermac/
Dpfunc_core.c73 struct pmf_function *func; member
579 static int pmf_parse_one(struct pmf_function *func, in pmf_parse_one()
641 struct pmf_function *func = NULL; in pmf_add_function_prop() local
749 struct pmf_function *pmf_get_function(struct pmf_function *func) in pmf_get_function()
760 struct pmf_function *func = in pmf_release_function() local
766 static inline void __pmf_put_function(struct pmf_function *func) in __pmf_put_function()
771 void pmf_put_function(struct pmf_function *func) in pmf_put_function()
797 struct pmf_function *func = in pmf_unregister_driver() local
813 struct pmf_function *func, *result = NULL; in __pmf_find_function() local
866 struct pmf_function *func; in pmf_register_irq_client() local
[all …]
/arch/mips/lib/
Duncached.c38 unsigned long run_uncached(void *func) in run_uncached()
/arch/arm64/include/asm/
Dcfi.h18 static inline u32 cfi_get_func_hash(void *func) in cfi_get_func_hash()
/arch/powerpc/kernel/
Dstatic_call.c7 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform()
/arch/arm64/crypto/
Daes-ce.S12 #define AES_FUNC_START(func) SYM_FUNC_START(ce_ ## func) argument
13 #define AES_FUNC_END(func) SYM_FUNC_END(ce_ ## func) argument
Daes-neon.S11 #define AES_FUNC_START(func) SYM_FUNC_START(neon_ ## func) argument
12 #define AES_FUNC_END(func) SYM_FUNC_END(neon_ ## func) argument
/arch/riscv/include/asm/
Dcfi.h34 static inline u32 cfi_get_func_hash(void *func) in cfi_get_func_hash()
/arch/sparc/kernel/
Dsun4m_smp.c160 void *func; member
173 static void sun4m_cross_call(void *func, cpumask_t mask, unsigned long arg1, in sun4m_cross_call()
233 void (*func)(unsigned long, unsigned long, unsigned long, unsigned long, in smp4m_cross_call_irq() local
/arch/mips/dec/
Dreset.c17 noret_func_t func = (void *)CKSEG1ADDR(0x1fc00000); in back_to_prom() local
/arch/riscv/kernel/
Dcfi.c92 u32 cfi_get_func_hash(void *func) in cfi_get_func_hash()
/arch/s390/crypto/
Dsha.h27 int func; /* KIMD function to use */ member

1234567