Searched refs:DEFINE (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dfirmware.c6 #define DEFINE(s)[s] = #s macro
9 DEFINE(MCC),
10 DEFINE(P2P),
11 DEFINE(DOT11AC),
12 DEFINE(SLM_SESSIONIZATION),
13 DEFINE(DOT11AC_OPMODE),
14 DEFINE(SAP32STA),
15 DEFINE(TDLS),
16 DEFINE(P2P_GO_NOA_DECOUPLE_INIT_SCAN),
17 DEFINE(WLANACTIVE_OFFLOA
72 #undef DEFINE macro
[all...]
/linux-master/arch/um/include/shared/
H A Dcommon-offsets.h5 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
7 DEFINE(UM_KERN_PAGE_SIZE, PAGE_SIZE);
8 DEFINE(UM_KERN_PAGE_MASK, PAGE_MASK);
9 DEFINE(UM_KERN_PAGE_SHIFT, PAGE_SHIFT);
10 DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
12 DEFINE(UM_GFP_KERNEL, GFP_KERNEL);
13 DEFINE(UM_GFP_ATOMIC, GFP_ATOMIC);
15 DEFINE(UM_THREAD_SIZE, THREAD_SIZE);
17 DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
18 DEFINE(UM_NSEC_PER_USE
[all...]
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c41 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
43 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
46 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
47 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
48 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
49 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain));
50 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context));
51 DEFINE(TI_ABI_SYSCALL, offsetof(struct thread_info, abi_syscall));
52 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value));
53 DEFINE(TI_FPSTAT
[all...]
/linux-master/arch/xtensa/kernel/
H A Dasm-offsets.c33 DEFINE(PT_PC, offsetof (struct pt_regs, pc));
34 DEFINE(PT_PS, offsetof (struct pt_regs, ps));
35 DEFINE(PT_DEPC, offsetof (struct pt_regs, depc));
36 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause));
37 DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr));
38 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause));
39 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask));
40 DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg));
41 DEFINE(PT_LEND, offsetof (struct pt_regs, lend));
42 DEFINE(PT_LCOUN
[all...]
/linux-master/arch/m68k/kernel/
H A Dasm-offsets.c26 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
27 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
28 DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
31 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
32 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
33 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));
34 DEFINE(THREAD_FC, offsetof(struct thread_struct, fc));
35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
36 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
37 DEFINE(THREAD_FPRE
[all...]
/linux-master/arch/csky/kernel/
H A Dasm-offsets.c12 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
13 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
14 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
15 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
16 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
17 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
20 DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp));
21 DEFINE(THREAD_FESR, offsetof(struct thread_struct, user_fp.fesr));
22 DEFINE(THREAD_FCR, offsetof(struct thread_struct, user_fp.fcr));
23 DEFINE(THREAD_FPRE
[all...]
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c24 DEFINE(PT_SIZE, sizeof(struct pt_regs));
25 DEFINE(PT_MSR, offsetof(struct pt_regs, msr));
26 DEFINE(PT_EAR, offsetof(struct pt_regs, ear));
27 DEFINE(PT_ESR, offsetof(struct pt_regs, esr));
28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr));
29 DEFINE(PT_PC, offsetof(struct pt_regs, pc));
30 DEFINE(PT_R0, offsetof(struct pt_regs, r0));
31 DEFINE(PT_R1, offsetof(struct pt_regs, r1));
32 DEFINE(PT_R2, offsetof(struct pt_regs, r2));
33 DEFINE(PT_R
[all...]
/linux-master/arch/alpha/kernel/
H A Dasm-offsets.c17 DEFINE(TI_TASK, offsetof(struct thread_info, task));
18 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
19 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
20 DEFINE(TI_FP, offsetof(struct thread_info, fp));
21 DEFINE(TI_STATUS, offsetof(struct thread_info, status));
24 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
25 DEFINE(TASK_CRED, offsetof(struct task_struct, cred));
26 DEFINE(TASK_REAL_PARENT, offsetof(struct task_struct, real_parent));
27 DEFINE(TASK_GROUP_LEADER, offsetof(struct task_struct, group_leader));
28 DEFINE(TASK_TGI
[all...]
/linux-master/arch/arc/kernel/
H A Dasm-offsets.c18 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
19 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
23 DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg));
24 DEFINE(THREAD_FAULT_ADDR,
29 DEFINE(THREAD_INFO_KSP, offsetof(struct thread_info, ksp));
30 DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags));
31 DEFINE(THREAD_INFO_PREEMPT_COUNT,
36 DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm));
37 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid));
38 DEFINE(TASK_PI
[all...]
/linux-master/arch/arm64/kvm/hyp/
H A Dhyp-constants.c9 DEFINE(STRUCT_HYP_PAGE_SIZE, sizeof(struct hyp_page));
10 DEFINE(PKVM_HYP_VM_SIZE, sizeof(struct pkvm_hyp_vm));
11 DEFINE(PKVM_HYP_VCPU_SIZE, sizeof(struct pkvm_hyp_vcpu));
/linux-master/arch/arm64/kernel/
H A Dasm-offsets.c31 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
33 DEFINE(TSK_TI_CPU, offsetof(struct task_struct, thread_info.cpu));
34 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
35 DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));
37 DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0));
40 DEFINE(TSK_TI_SCS_BASE, offsetof(struct task_struct, thread_info.scs_base));
41 DEFINE(TSK_TI_SCS_SP, offsetof(struct task_struct, thread_info.scs_sp));
43 DEFINE(TSK_STACK, offsetof(struct task_struct, stack));
45 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
48 DEFINE(THREAD_CPU_CONTEX
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dpm-asm-offsets.c16 DEFINE(AMX3_PM_WFI_FLAGS_OFFSET,
18 DEFINE(AMX3_PM_L2_AUX_CTRL_VAL_OFFSET,
20 DEFINE(AMX3_PM_L2_PREFETCH_CTRL_VAL_OFFSET,
22 DEFINE(AMX3_PM_SRAM_DATA_SIZE, sizeof(struct am33xx_pm_sram_data));
26 DEFINE(AMX3_PM_RO_SRAM_DATA_VIRT_OFFSET,
28 DEFINE(AMX3_PM_RO_SRAM_DATA_PHYS_OFFSET,
30 DEFINE(AMX3_PM_RTC_BASE_VIRT_OFFSET,
32 DEFINE(AMX3_PM_RO_SRAM_DATA_SIZE,
/linux-master/kernel/
H A Dbounds.c19 DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS);
20 DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES);
22 DEFINE(NR_CPUS_BITS, order_base_2(CONFIG_NR_CPUS));
24 DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t));
26 DEFINE(LRU_GEN_WIDTH, order_base_2(MAX_NR_GENS + 1));
27 DEFINE(__LRU_REFS_WIDTH, MAX_NR_TIERS - 2);
29 DEFINE(LRU_GEN_WIDTH, 0);
30 DEFINE(__LRU_REFS_WIDTH, 0);
/linux-master/arch/sh/kernel/
H A Dasm-offsets.c24 DEFINE(TI_TASK, offsetof(struct thread_info, task));
25 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
28 DEFINE(TI_SIZE, sizeof(struct thread_info));
31 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));
32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));
33 DEFINE(PBE_NEXT, offsetof(struct pbe, next));
34 DEFINE(SWSUSP_ARCH_REGS_SIZE, sizeof(struct swsusp_arch_regs));
37 DEFINE(SH_SLEEP_MOD
[all...]
/linux-master/arch/arm/mach-at91/
H A Dpm_data-offsets.c8 DEFINE(PM_DATA_PMC, offsetof(struct at91_pm_data, pmc));
9 DEFINE(PM_DATA_RAMC0, offsetof(struct at91_pm_data, ramc[0]));
10 DEFINE(PM_DATA_RAMC1, offsetof(struct at91_pm_data, ramc[1]));
11 DEFINE(PM_DATA_RAMC_PHY, offsetof(struct at91_pm_data,
13 DEFINE(PM_DATA_MEMCTRL, offsetof(struct at91_pm_data, memctrl));
14 DEFINE(PM_DATA_MODE, offsetof(struct at91_pm_data, mode));
15 DEFINE(PM_DATA_SHDWC, offsetof(struct at91_pm_data, shdwc));
16 DEFINE(PM_DATA_SFRBU, offsetof(struct at91_pm_data, sfrbu));
17 DEFINE(PM_DATA_PMC_MCKR_OFFSET, offsetof(struct at91_pm_data,
19 DEFINE(PM_DATA_PMC_VERSIO
[all...]
/linux-master/arch/x86/um/
H A Duser-offsets.c15 DEFINE(sym, val / sizeof(unsigned long))
23 DEFINE(HOST_IP, EIP);
24 DEFINE(HOST_SP, UESP);
25 DEFINE(HOST_EFLAGS, EFL);
26 DEFINE(HOST_AX, EAX);
27 DEFINE(HOST_BX, EBX);
28 DEFINE(HOST_CX, ECX);
29 DEFINE(HOST_DX, EDX);
30 DEFINE(HOST_SI, ESI);
31 DEFINE(HOST_D
[all...]
/linux-master/arch/parisc/kernel/
H A Dasm-offsets.c42 DEFINE(TASK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
44 DEFINE(TASK_TI_CPU, offsetof(struct task_struct, thread_info.cpu));
46 DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
47 DEFINE(TASK_PAGEFAULT_DISABLED, offsetof(struct task_struct, pagefault_disabled));
49 DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs));
50 DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0]));
51 DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1]));
52 DEFINE(TASK_PT_GR2, offsetof(struct task_struct, thread.regs.gr[ 2]));
53 DEFINE(TASK_PT_GR3, offsetof(struct task_struct, thread.regs.gr[ 3]));
54 DEFINE(TASK_PT_GR
[all...]
/linux-master/include/linux/
H A Dti-emif-sram.h58 DEFINE(EMIF_SDCFG_VAL_OFFSET,
60 DEFINE(EMIF_TIMING1_VAL_OFFSET,
62 DEFINE(EMIF_TIMING2_VAL_OFFSET,
64 DEFINE(EMIF_TIMING3_VAL_OFFSET,
66 DEFINE(EMIF_REF_CTRL_VAL_OFFSET,
68 DEFINE(EMIF_ZQCFG_VAL_OFFSET,
70 DEFINE(EMIF_PMCR_VAL_OFFSET,
72 DEFINE(EMIF_PMCR_SHDW_VAL_OFFSET,
74 DEFINE(EMIF_RD_WR_LEVEL_RAMP_CTRL_OFFSET,
76 DEFINE(EMIF_RD_WR_EXEC_THRESH_OFFSE
[all...]
H A Dkbuild.h5 #define DEFINE(sym, val) \ macro
11 DEFINE(sym, offsetof(struct str, mem))
/linux-master/arch/openrisc/kernel/
H A Dasm-offsets.c40 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
41 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
42 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
43 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
44 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
47 DEFINE(TI_TASK, offsetof(struct thread_info, task));
48 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
49 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
50 DEFINE(TI_KSP, offsetof(struct thread_info, ksp));
52 DEFINE(PT_SIZ
[all...]
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/
H A DMakefile.PL14 DEFINE => '-I ../..', # e.g., '-DHAVE_SOMETHING'
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c61 DEFINE(PT_SIZE, sizeof(struct pt_regs));
76 DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct));
89 DEFINE(_THREAD_SIZE, THREAD_SIZE);
90 DEFINE(_THREAD_MASK, THREAD_MASK);
91 DEFINE(_IRQ_STACK_SIZE, IRQ_STACK_SIZE);
92 DEFINE(_IRQ_STACK_START, IRQ_STACK_START);
186 DEFINE(STRUCT_PAGE_SIZE, sizeof(struct page));
193 DEFINE(_PGD_T_SIZE, sizeof(pgd_t));
194 DEFINE(_PMD_T_SIZE, sizeof(pmd_t));
195 DEFINE(_PTE_T_SIZ
[all...]
/linux-master/arch/sparc/kernel/
H A Dasm-offsets.c24 DEFINE(AOFF_thread_fork_kpsr,
51 DEFINE(AOFF_task_thread, offsetof(struct task_struct, thread));
53 DEFINE(AOFF_mm_context, offsetof(struct mm_struct, context));
55 DEFINE(VMA_VM_MM, offsetof(struct vm_area_struct, vm_mm));
57 /* DEFINE(NUM_USER_SEGMENTS, TASK_SIZE>>28); */
/linux-master/arch/powerpc/lib/
H A Dxor_vmx.c24 #define DEFINE(V) \ macro
56 DEFINE(v1);
57 DEFINE(v2);
76 DEFINE(v1);
77 DEFINE(v2);
78 DEFINE(v3);
101 DEFINE(v1);
102 DEFINE(v2);
103 DEFINE(v3);
104 DEFINE(v
[all...]
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c75 DEFINE(PT_SIZE, sizeof(struct pt_regs));
90 DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct));
105 DEFINE(_THREAD_SIZE, THREAD_SIZE);
106 DEFINE(_THREAD_MASK, THREAD_MASK);
107 DEFINE(_IRQ_STACK_SIZE, IRQ_STACK_SIZE);
108 DEFINE(_IRQ_STACK_START, IRQ_STACK_START);
189 DEFINE(STRUCT_PAGE_SIZE, sizeof(struct page));
196 DEFINE(_PGD_T_SIZE, sizeof(pgd_t));
197 DEFINE(_PMD_T_SIZE, sizeof(pmd_t));
198 DEFINE(_PTE_T_SIZ
[all...]

Completed in 226 milliseconds

12