Searched refs:andmask (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/arch/x86/kernel/apic/ |
| D | x2apic_cluster.c | 100 const struct cpumask *andmask, in x2apic_cpu_mask_to_apicid_and() argument 107 for_each_cpu_and(i, cpumask, andmask) { in x2apic_cpu_mask_to_apicid_and() 118 for_each_cpu_and(i, cpumask, andmask) { in x2apic_cpu_mask_to_apicid_and()
|
| D | x2apic_uv_x.c | 315 const struct cpumask *andmask, in uv_cpu_mask_to_apicid_and() argument 324 for_each_cpu_and(cpu, cpumask, andmask) { in uv_cpu_mask_to_apicid_and()
|
| D | apic.c | 2119 const struct cpumask *andmask, in default_cpu_mask_to_apicid_and() argument 2124 for_each_cpu_and(cpu, cpumask, andmask) { in default_cpu_mask_to_apicid_and()
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | apic.h | 302 const struct cpumask *andmask, 545 const struct cpumask *andmask, in flat_cpu_mask_to_apicid_and() argument 549 cpumask_bits(andmask)[0] & in flat_cpu_mask_to_apicid_and() 563 const struct cpumask *andmask,
|
| /linux-4.4.14/drivers/mfd/ |
| D | ab3100-core.c | 280 u8 reg, u8 andmask, u8 ormask) in ab3100_mask_and_set_register_interruptible() argument 321 regandval[1] &= andmask; in ab3100_mask_and_set_register_interruptible()
|