unmasked          106 arch/x86/math-emu/fpu_entry.c 	int unmasked;
unmasked          278 arch/x86/math-emu/fpu_entry.c 				unmasked = 0;	/* Do this here to stop compiler warnings. */
unmasked          281 arch/x86/math-emu/fpu_entry.c 					unmasked =
unmasked          285 arch/x86/math-emu/fpu_entry.c 					loaded_tag = unmasked & 0xff;
unmasked          286 arch/x86/math-emu/fpu_entry.c 					unmasked &= ~0xff;
unmasked          295 arch/x86/math-emu/fpu_entry.c 					unmasked =
unmasked          299 arch/x86/math-emu/fpu_entry.c 					loaded_tag = unmasked & 0xff;
unmasked          300 arch/x86/math-emu/fpu_entry.c 					unmasked &= ~0xff;
unmasked          356 arch/x86/math-emu/fpu_entry.c 				if (unmasked && !((FPU_modrm & 0x30) == 0x10)) {
unmasked          410 arch/x86/math-emu/fpu_entry.c 					    && !unmasked)
unmasked          362 drivers/gpio/gpio-dln2.c 	int enabled, unmasked;
unmasked          367 drivers/gpio/gpio-dln2.c 	unmasked = test_bit(pin, dln2->unmasked_irqs);
unmasked          369 drivers/gpio/gpio-dln2.c 	if (enabled != unmasked) {
unmasked          370 drivers/gpio/gpio-dln2.c 		if (unmasked) {
unmasked          375 drivers/gpio/gpio-tegra.c 	bool unmasked = false;
unmasked          398 drivers/gpio/gpio-tegra.c 			if (!unmasked && lvl & (0x100 << pin)) {
unmasked          399 drivers/gpio/gpio-tegra.c 				unmasked = true;
unmasked          408 drivers/gpio/gpio-tegra.c 	if (!unmasked)
unmasked          427 net/openvswitch/flow_table.c 					  const struct sw_flow_key *unmasked,
unmasked          435 net/openvswitch/flow_table.c 	ovs_flow_mask_key(&masked_key, unmasked, false, mask);