Home
last modified time | relevance | path

Searched refs:__mod (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Ddiv64.h24 unsigned long __upper, __low, __high, __mod, __base; \
27 __mod = n & (__base - 1); \
36 asm("divl %2" : "=a" (__low), "=d" (__mod) \
40 __mod; \
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_cs.h83 #define BFA_TRC_MOD(__mod) ((BFA_TRC_ ## __mod) << BFA_TRC_MOD_SH) argument
88 #define BFA_TRC_FILE(__mod, __submod) \ argument
89 static int __trc_fileno = ((BFA_TRC_ ## __mod ## _ ## __submod) | \
90 BFA_TRC_MOD(__mod))
117 #define bfa_sm_fault(__mod, __event) do { \ argument
118 bfa_trc(__mod, (((u32)0xDEAD << 16) | __event)); \
Dbfa_svc.h115 #define BFA_FCXP_FROM_TAG(__mod, __tag) (&(__mod)->fcxp_list[__tag]) argument
435 #define BFA_LPS_FROM_TAG(__mod, __tag) (&(__mod)->lps_arr[__tag]) argument
/Linux-v4.19/include/linux/
Dmodule.h612 struct module *__mod = (mod); \
613 __mod ? __mod->name : "kernel"; \