Searched refs:func (Results 226 - 250 of 1908) sorted by path

1234567891011>>

/linux-master/arch/x86/crypto/
H A Dsm4-avx.h15 unsigned int bsize, sm4_crypt_func func);
18 unsigned int bsize, sm4_crypt_func func);
H A Dsm4_aesni_avx_glue.c125 unsigned int bsize, sm4_crypt_func func)
142 func(ctx->rkey_dec, dst, src, walk.iv);
190 unsigned int bsize, sm4_crypt_func func)
207 func(ctx->rkey_enc, dst, src, walk.iv);
124 sm4_avx_cbc_decrypt(struct skcipher_request *req, unsigned int bsize, sm4_crypt_func func) argument
189 sm4_avx_ctr_crypt(struct skcipher_request *req, unsigned int bsize, sm4_crypt_func func) argument
/linux-master/arch/x86/entry/
H A Dcalling.h432 .macro THUNK name, func
447 call \func
467 .macro THUNK name, func, put_ret_addr_in_eax=0
478 call \func
/linux-master/arch/x86/events/
H A Dcore.c2097 quirk->func();
H A Dperf_event.h625 void (*func)(void); member in struct:x86_pmu_quirk
1003 .func = func_, \
/linux-master/arch/x86/events/intel/
H A Duncore.h25 #define UNCORE_PCI_DEV_FULL_DATA(dev, func, type, idx) \
26 ((dev << 24) | (func << 16) | (type << 8) | idx)
/linux-master/arch/x86/include/asm/
H A Dalternative.h120 extern int x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip);
131 void *func, void *ip)
326 #define DEFINE_ASM_FUNC(func, instr, sec) \
328 ".global " #func "\n\t" \
329 ".type " #func ", @function\n\t" \
331 #func ":\n\t" \
335 ".size " #func ", . - " #func "\n\t" \
130 x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip) argument
H A Datomic64_32.h53 asm volatile("call %c[func]" \
54 : out : [func] "i" (atomic64_##g##_cx8), ## in)
H A Dcfi.h127 extern u32 cfi_get_func_hash(void *func);
136 static inline u32 cfi_get_func_hash(void *func) argument
H A Ddesc.h81 static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func, argument
84 gate->offset_low = (u16) func;
89 gate->offset_middle = (u16) (func >> 16);
94 gate->offset_high = (u32) (func >> 32);
H A Defi.h274 #define __efi64_argmap_get_location(protocol, seg, bus, dev, func) \
276 efi64_zero_upper(dev), efi64_zero_upper(func))
324 #define __efi64_thunk_map(inst, func, ...) \
325 efi64_thunk(inst->mixed_mode.func, \
326 __efi64_argmap(__efi64_argmap_ ## func(__VA_ARGS__), \
345 #define efi_fn_call(inst, func, ...) \
346 (efi_is_native() ? (inst)->func(__VA_ARGS__) \
347 : efi_mixed_call((inst), func, ##__VA_ARGS__))
349 #define efi_mixed_call(inst, func, ...) \
350 _Generic(inst->func(__VA_ARGS_
[all...]
H A Didtentry.h22 * @func: Function name of the entry point
25 * - The ASM entry point: asm_##func
26 * - The XEN PV trap entry point: xen_##func (maybe unused)
34 #define DECLARE_IDTENTRY(vector, func) \
35 asmlinkage void asm_##func(void); \
36 asmlinkage void xen_asm_##func(void); \
37 void fred_##func(struct pt_regs *regs); \
38 __visible void func(struct pt_regs *regs)
42 * @func: Function name of the entry point
44 * @func i
[all...]
H A Dirq_stack.h67 * - func:
81 #define call_on_stack(stack, func, asm_call, argconstr...) \
96 : [__func] "i" (func), [tos] "r" (tos) argconstr \
118 #define call_on_irqstack(func, asm_call, argconstr...) \
120 func, asm_call, argconstr)
123 #define assert_function_type(func, proto) \
124 static_assert(__builtin_types_compatible_p(typeof(&func), proto))
132 #define call_on_irqstack_cond(func, regs, asm_call, constr, c_args...) \
140 func(c_args); \
150 call_on_irqstack(func, asm_cal
[all...]
H A Dkvm_host.h1861 #define KVM_X86_OP(func) \
1862 DECLARE_STATIC_CALL(kvm_x86_##func, *(((struct kvm_x86_ops *)0)->func));
1949 void (*func)(struct kvm_irq_mask_notifier *kimn, bool masked); member in struct:kvm_irq_mask_notifier
H A Dparavirt.h31 void paravirt_set_sched_clock(u64 (*func)(void));
654 #define PV_THUNK_NAME(func) "__raw_callee_save_" #func
655 #define __PV_CALLEE_SAVE_REGS_THUNK(func, section) \
656 extern typeof(func) __raw_callee_save_##func; \
659 ".globl " PV_THUNK_NAME(func) ";" \
660 ".type " PV_THUNK_NAME(func) ", @function;" \
662 PV_THUNK_NAME(func) ":" \
666 "call " #func ";" \
[all...]
H A Dparavirt_types.h31 void *func; member in struct:paravirt_callee_save
431 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, \
435 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op.func, alt, cond, \
449 (void)____PVOP_CALL(, op.func, \
453 (void)____PVOP_ALT_CALL(, op.func, alt, cond, \
H A Dstatic_call.h9 * uses the current value of the key->func pointer to do an indirect jump to
27 * jmp.d32 \func
46 #define ARCH_DEFINE_STATIC_CALL_TRAMP(name, func) \
47 __ARCH_DEFINE_STATIC_CALL_TRAMP(name, ".byte 0xe9; .long " #func " - (. + 4)")
H A Dtdx.h100 static inline u64 sc_retry(sc_func_t func, u64 fn, argument
107 ret = func(fn, args);
H A Dtext-patching.h165 void int3_emulate_call(struct pt_regs *regs, unsigned long func)
168 int3_emulate_jmp(regs, func);
/linux-master/arch/x86/kernel/
H A Dalternative.c940 u32 cfi_get_func_hash(void *func) argument
944 func -= cfi_get_offset();
947 func += 7;
950 func += 1;
956 if (get_kernel_nofault(hash, func))
1021 * __cfi_\func: __cfi_\func:
1304 /* place the FineIBT preamble at func()-16 */
1309 /* rewrite the callers to target func()-16 */
1314 /* now that nobody targets func()
1842 __text_poke(text_poke_f func, void *addr, const void *src, size_t len) argument
[all...]
H A Daperture_64.c140 static u32 __init find_cap(int bus, int slot, int func, int cap) argument
145 if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) &
149 pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST);
154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID);
159 pos = read_pci_config_byte(bus, slot, func,
166 static u32 __init read_agp(int bus, int slot, int func, int cap, u32 *order) argument
175 pr_info("pci 0000:%02x:%02x:%02x: AGP bridge\n", bus, slot, func);
176 apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14);
179 bus, slot, func);
195 aper_low = read_pci_config(bus, slot, func,
236 int bus, slot, func; local
[all...]
H A Dapm_32.c561 u32 func; member in struct:apm_bios_call
608 apm_bios_call_asm(call->func, call->ebx, call->ecx,
689 error = apm_bios_call_simple_asm(call->func, call->ebx, call->ecx,
702 * @func: APM function to invoke
714 static int apm_bios_call_simple(u32 func, u32 ebx_in, u32 ecx_in, u32 *eax, argument
720 call.func = func;
777 call.func = APM_FUNC_GET_EVENT;
1037 call.func = APM_FUNC_GET_STATUS;
1425 static int check_apm_user(struct apm_user *as, const char *func) argument
[all...]
H A Dcallthunks.c315 int x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip) argument
324 if (func && is_callthunk(func))
H A Dearly-quirks.c32 static void __init fix_hypertransport_config(int num, int slot, int func) argument
41 htcfg = read_pci_config(num, slot, func, 0x68);
51 write_pci_config(num, slot, func, 0x68, htcfg);
58 static void __init via_bugs(int num, int slot, int func) argument
81 static void __init nvidia_bugs(int num, int slot, int func) argument
117 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) argument
122 b = read_pci_config_byte(num, slot, func, 0xac);
124 write_pci_config_byte(num, slot, func, 0xac, b);
126 d = read_pci_config(num, slot, func, 0x70);
128 write_pci_config(num, slot, func,
135 ati_bugs(int num, int slot, int func) argument
161 ati_sbx00_rev(int num, int slot, int func) argument
171 ati_bugs_contd(int num, int slot, int func) argument
203 ati_bugs(int num, int slot, int func) argument
207 ati_bugs_contd(int num, int slot, int func) argument
212 intel_remapping_check(int num, int slot, int func) argument
299 i830_stolen_base(int num, int slot, int func, resource_size_t stolen_size) argument
305 i845_stolen_base(int num, int slot, int func, resource_size_t stolen_size) argument
311 i85x_stolen_base(int num, int slot, int func, resource_size_t stolen_size) argument
317 i865_stolen_base(int num, int slot, int func, resource_size_t stolen_size) argument
327 gen3_stolen_base(int num, int slot, int func, resource_size_t stolen_size) argument
342 gen11_stolen_base(int num, int slot, int func, resource_size_t stolen_size) argument
354 i830_stolen_size(int num, int slot, int func) argument
375 gen3_stolen_size(int num, int slot, int func) argument
404 gen6_stolen_size(int num, int slot, int func) argument
415 gen8_stolen_size(int num, int slot, int func) argument
426 chv_stolen_size(int num, int slot, int func) argument
447 gen9_stolen_size(int num, int slot, int func) argument
568 intel_graphics_stolen(int num, int slot, int func, const struct intel_early_ops *early_ops) argument
593 intel_graphics_quirks(int num, int slot, int func) argument
622 force_disable_hpet(int num, int slot, int func) argument
635 apple_airport_reset(int bus, int slot, int func) argument
747 check_dev_quirk(int num, int slot, int func) argument
796 int slot, func; local
[all...]
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1395 static void queue_task_work(struct mce *m, char *msg, void (*func)(struct callback_head *))
1405 current->mce_kill_me.func = func;

Completed in 412 milliseconds

1234567891011>>