Searched refs:func (Results 1 - 25 of 217) sorted by relevance

123456789

/arch/powerpc/kernel/
H A Dsystbl_chk.c18 #define SYSCALL(func) __NR_##func
19 #define COMPAT_SYS(func) __NR_##func
20 #define PPC_SYS(func) __NR_##func
22 #define OLDSYS(func) -1
23 #define SYS32ONLY(func) -1
25 #define OLDSYS(func) __NR_old##func
[all...]
H A Dsystbl.S20 #define SYSCALL(func) .llong DOTSYM(sys_##func),DOTSYM(sys_##func)
21 #define COMPAT_SYS(func) .llong DOTSYM(sys_##func),DOTSYM(compat_sys_##func)
22 #define PPC_SYS(func) .llong DOTSYM(ppc_##func),DOTSYM(ppc_##func)
23 #define OLDSYS(func)
[all...]
/arch/sparc/include/asm/
H A Dmemctrl.h6 int register_dimm_printer(dimm_printer_t func);
7 void unregister_dimm_printer(dimm_printer_t func);
H A Dsmp_32.h59 void (*cross_call)(smpfunc_t func, cpumask_t mask, unsigned long arg1,
68 static inline void xc0(smpfunc_t func) argument
70 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, 0, 0, 0, 0);
73 static inline void xc1(smpfunc_t func, unsigned long arg1) argument
75 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, arg1, 0, 0, 0);
77 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) argument
79 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, arg1, arg2, 0, 0);
82 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, argument
85 sparc32_ipi_ops->cross_call(func, *cpu_online_mask,
89 static inline void xc4(smpfunc_t func, unsigne argument
[all...]
/arch/um/sys-ia64/sysdep/
H A Dskas_ptrace.h15 int func; member in struct:ptrace_ldt
/arch/um/sys-ppc/shared/sysdep/
H A Dskas_ptrace.h15 int func; member in struct:ptrace_ldt
/arch/x86/um/shared/sysdep/
H A Dskas_ptrace.h15 int func; member in struct:ptrace_ldt
/arch/powerpc/platforms/cell/
H A Dspu_callbacks.c37 #define SYSCALL(func) sys_ni_syscall,
38 #define COMPAT_SYS(func) sys_ni_syscall,
39 #define PPC_SYS(func) sys_ni_syscall,
40 #define OLDSYS(func) sys_ni_syscall,
41 #define SYS32ONLY(func) sys_ni_syscall,
44 #define SYSCALL_SPU(func) sys_##func,
45 #define COMPAT_SYS_SPU(func) sys_##func,
46 #define PPC_SYS_SPU(func) ppc
[all...]
/arch/x86/include/asm/
H A Dpci-direct.h9 extern u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset);
10 extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
11 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
12 extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val);
13 extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val);
14 extern void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val);
19 extern void early_dump_pci_device(u8 bus, u8 slot, u8 func);
H A Dapm.h26 static inline void apm_bios_call_asm(u32 func, u32 ebx_in, u32 ecx_in, argument
44 : "a" (func), "b" (ebx_in), "c" (ecx_in)
48 static inline u8 apm_bios_call_simple_asm(u32 func, u32 ebx_in, argument
68 : "a" (func), "b" (ebx_in), "c" (ecx_in)
/arch/s390/include/asm/
H A Dsmp.h25 extern void smp_call_online_cpu(void (*func)(void *), void *);
26 extern void smp_call_ipl_cpu(void (*func)(void *), void *);
38 static inline void smp_call_ipl_cpu(void (*func)(void *), void *data)
40 func(data);
43 static inline void smp_call_online_cpu(void (*func)(void *), void *data)
45 func(data);
H A Dreset.h18 extern void s390_reset_system(void (*func)(void *), void *data);
/arch/arm/plat-samsung/include/plat/
H A Dbacklight.h16 * @func: Special function of GPIO line for PWM timer
20 int func; member in struct:samsung_bl_gpio_info
/arch/parisc/include/asm/
H A Dftrace.h13 unsigned long func; member in struct:ftrace_ret_stack
/arch/x86/pci/
H A Dearly.c10 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) argument
13 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
18 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) argument
21 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
26 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) argument
29 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
34 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, argument
37 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
41 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) argument
43 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<
47 write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) argument
59 early_dump_pci_device(u8 bus, u8 slot, u8 func) argument
83 unsigned bus, slot, func; local
[all...]
/arch/powerpc/platforms/ps3/
H A Dtime.c32 static void _dump_tm(const struct rtc_time *tm, const char* func, int line) argument
34 pr_debug("%s:%d tm_sec %d\n", func, line, tm->tm_sec);
35 pr_debug("%s:%d tm_min %d\n", func, line, tm->tm_min);
36 pr_debug("%s:%d tm_hour %d\n", func, line, tm->tm_hour);
37 pr_debug("%s:%d tm_mday %d\n", func, line, tm->tm_mday);
38 pr_debug("%s:%d tm_mon %d\n", func, line, tm->tm_mon);
39 pr_debug("%s:%d tm_year %d\n", func, line, tm->tm_year);
40 pr_debug("%s:%d tm_wday %d\n", func, line, tm->tm_wday);
44 static void __maybe_unused _dump_time(int time, const char *func, argument
51 pr_debug("%s:%d time %d\n", func, lin
[all...]
/arch/ia64/scripts/
H A Dunwcheck.py26 def check_func (func, slots, rlen_sum):
30 if not func: func = "[%#x-%#x]" % (start, end)
31 print "ERROR: %s: %lu slots, total region length = %lu" % (func, slots, rlen_sum)
36 func = False variable
42 check_func(func, slots, rlen_sum)
44 func = m.group(1)
54 check_func(func, slots, rlen_sum)
/arch/mips/ath79/
H A Dpci.h25 void ath79_pci_set_plat_dev_init(int (*func)(struct pci_dev *dev));
31 ath79_pci_set_plat_dev_init(int (*func)(struct pci_dev *)) {}
/arch/mips/dec/
H A Dreset.c16 noret_func_t func = (void *)CKSEG1ADDR(0x1fc00000); local
18 func();
/arch/powerpc/include/asm/
H A Dcode-patching.h50 static inline unsigned long ppc_function_entry(void *func) argument
54 u32 *insn = func;
77 return (unsigned long)func;
84 return ((func_descr_t *)func)->entry;
87 return (unsigned long)func;
91 static inline unsigned long ppc_global_function_entry(void *func) argument
95 return (unsigned long)func;
98 return ppc_function_entry(func);
/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c72 struct pmf_function *func; member in struct:pmf_cmd
130 return handlers->name(cmd->func, cmd->instdata, \
578 static int pmf_parse_one(struct pmf_function *func, argument
586 cmd.cmdptr = func->data;
587 cmd.cmdend = func->data + func->length;
588 cmd.func = func;
593 LOG_PARSE("pmf: func %s, %d bytes, %s...\n",
594 func
640 struct pmf_function *func = NULL; local
748 pmf_get_function(struct pmf_function *func) argument
759 struct pmf_function *func = local
765 __pmf_put_function(struct pmf_function *func) argument
770 pmf_put_function(struct pmf_function *func) argument
796 struct pmf_function *func = local
812 struct pmf_function *func, *result = NULL; local
865 struct pmf_function *func; local
895 struct pmf_function *func = client->func; local
917 pmf_do_irq(struct pmf_function *func) argument
937 pmf_call_one(struct pmf_function *func, struct pmf_args *args) argument
959 struct pmf_function *func, *tmp; local
995 struct pmf_function *func; local
1010 struct pmf_function *func = pmf_find_function(target, name); local
[all...]
/arch/mips/loongson/common/
H A Dreset.c26 void (*func)(void);
28 func = (void *)ioremap_nocache(LOONGSON_BOOT_BASE, 4);
32 " jr %[func] \n"
35 : [func] "r" (func));
/arch/x86/kernel/
H A Dearly-quirks.c25 static void __init fix_hypertransport_config(int num, int slot, int func) argument
34 htcfg = read_pci_config(num, slot, func, 0x68);
44 write_pci_config(num, slot, func, 0x68, htcfg);
51 static void __init via_bugs(int num, int slot, int func) argument
74 static void __init nvidia_bugs(int num, int slot, int func) argument
103 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) argument
108 b = read_pci_config_byte(num, slot, func, 0xac);
110 write_pci_config_byte(num, slot, func, 0xac, b);
112 d = read_pci_config(num, slot, func, 0x70);
114 write_pci_config(num, slot, func,
121 ati_bugs(int num, int slot, int func) argument
147 ati_sbx00_rev(int num, int slot, int func) argument
157 ati_bugs_contd(int num, int slot, int func) argument
189 ati_bugs(int num, int slot, int func) argument
193 ati_bugs_contd(int num, int slot, int func) argument
198 intel_remapping_check(int num, int slot, int func) argument
229 intel_stolen_base(int num, int slot, int func, size_t stolen_size) argument
303 i830_stolen_base(int num, int slot, int func, size_t stolen_size) argument
308 i845_stolen_base(int num, int slot, int func, size_t stolen_size) argument
313 i85x_stolen_base(int num, int slot, int func, size_t stolen_size) argument
318 i865_stolen_base(int num, int slot, int func, size_t stolen_size) argument
328 i830_stolen_size(int num, int slot, int func) argument
356 gen3_stolen_size(int num, int slot, int func) argument
411 gen6_stolen_size(int num, int slot, int func) argument
422 gen8_stolen_size(int num, int slot, int func) argument
432 chv_stolen_size(int num, int slot, int func) argument
528 intel_graphics_stolen(int num, int slot, int func) argument
560 force_disable_hpet(int num, int slot, int func) argument
626 check_dev_quirk(int num, int slot, int func) argument
667 int slot, func; local
[all...]
/arch/powerpc/math-emu/
H A Dmath.c232 int (*func)(void *, void *, void *, void *);
240 case LFS: func = lfs; type = D; break;
241 case LFSU: func = lfs; type = DU; break;
242 case LFD: func = lfd; type = D; break;
243 case LFDU: func = lfd; type = DU; break;
244 case STFS: func = stfs; type = D; break;
245 case STFSU: func = stfs; type = DU; break;
246 case STFD: func = stfd; type = D; break;
247 case STFDU: func = stfd; type = DU; break;
251 case LFSX: func
[all...]
/arch/s390/crypto/
H A Dcrypt_s390.h143 * @func: the function code passed to KM; see crypt_s390_km_func
144 * @param: address of parameter block; see POP for details on each func
151 * Returns -1 for failure, 0 for the query func, number of processed
154 static inline int crypt_s390_km(long func, void *param, argument
157 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK;
174 return (func & CRYPT_S390_FUNC_MASK) ? src_len - __src_len : __src_len;
179 * @func: the function code passed to KM; see crypt_s390_kmc_func
180 * @param: address of parameter block; see POP for details on each func
187 * Returns -1 for failure, 0 for the query func, number of processed
190 static inline int crypt_s390_kmc(long func, voi argument
226 crypt_s390_kimd(long func, void *param, const u8 *src, long src_len) argument
260 crypt_s390_klmd(long func, void *param, const u8 *src, long src_len) argument
295 crypt_s390_kmac(long func, void *param, const u8 *src, long src_len) argument
331 crypt_s390_kmctr(long func, void *param, u8 *dest, const u8 *src, long src_len, u8 *counter) argument
364 crypt_s390_func_available(int func, unsigned int facility_mask) argument
419 crypt_s390_pcc(long func, void *param) argument
[all...]

Completed in 481 milliseconds

123456789