Searched defs:FUNC (Results  1 – 16 of 16) sorted by relevance
| /linux/arch/powerpc/kvm/ | 
| H A D | book3s_rmhandlers.S | 30 #define FUNC(name) 		name  macro32 #define FUNC(name) 		GLUE(.,name)  macro
 37 #define FUNC(name)		name  macro
 
 | 
| H A D | book3s_interrupts.S | 19 #define FUNC(name) 		name  macro21 #define FUNC(name) 		GLUE(.,name)  macro
 26 #define FUNC(name)		name  macro
 
 | 
| /linux/arch/mips/vdso/ | 
| H A D | genvdso.h | 7 static inline bool FUNC(patch_vdso)(const char *path, void *vdso)  in FUNC()  function58 static inline bool FUNC(get_symbols)(const char *path, void *vdso)  in FUNC()  function
 
 | 
| /linux/include/media/ | 
| H A D | dvbdev.h | 482 #define dvb_detach(FUNC)	symbol_put_addr(FUNC)  argument489 #define dvb_detach(FUNC)	{}  argument
 
 | 
| /linux/drivers/pinctrl/mediatek/ | 
| H A D | pinctrl-mtmips.h | 9 #define FUNC(name, value, pin_first, pin_count) \  macro
 | 
| /linux/arch/sparc/lib/ | 
| H A D | memcpy.S | 13 #define FUNC(x) 		\  macro
 | 
| /linux/sound/usb/ | 
| H A D | validate.c | 245 #define FUNC(p, t, f) { .protocol = (p), .type = (t), .func = (f) }  macro [all...]
 | 
| /linux/tools/include/linux/ | 
| H A D | filter.h | 288 #define BPF_EMIT_CALL(FUNC)					\  argument
 | 
| /linux/arch/sparc/net/ | 
| H A D | bpf_jit_comp_32.c | 240 #define emit_call(FUNC)					\  argument
 | 
| /linux/net/sched/ | 
| H A D | em_meta.c | 99 #define META_COLLECTOR(FUNC) static void meta_##FUNC(struct sk_buff *skb, \  argument
 | 
| /linux/arch/mips/mm/ | 
| H A D | uasm.c | 25 	FUNC = 0x100,  enumerator
 | 
| /linux/drivers/scsi/qla4xxx/ | 
| H A D | ql4_nx.h | 691 #define PCIX_MSI_F(FUNC)	(0x13000 + ((FUNC) * 4))  argument743 #define	ISR_MSI_INT_TRIGGER(FUNC)	(QLA82XX_PCIX_PS_REG(PCIX_MSI_F(FUNC)))  argument
 
 | 
| /linux/arch/mips/kernel/ | 
| H A D | traps.c | 513 #define FUNC   0x0000003f  macro
 | 
| /linux/drivers/scsi/qla2xxx/ | 
| H A D | qla_nx.h | 655 #define PCIX_MSI_F(FUNC)	(0x13000 + ((FUNC) * 4))  argument705 #define	ISR_MSI_INT_TRIGGER(FUNC) \  argument
 
 | 
| /linux/drivers/net/ethernet/qlogic/qlcnic/ | 
| H A D | qlcnic_hdr.h | 677 #define	ISR_MSI_INT_TRIGGER(FUNC) (QLCNIC_PCIX_PS_REG(PCIX_MSI_F(FUNC)))  argument
 | 
| /linux/drivers/net/ethernet/qlogic/netxen/ | 
| H A D | netxen_nic_hdr.h | 990 #define	ISR_MSI_INT_TRIGGER(FUNC) (NETXEN_PCIX_PS_REG(PCIX_MSI_F(FUNC)))  argument
 |