/Linux-v4.19/include/asm-generic/ |
D | word-at-a-time.h | 11 const unsigned long high_bits, low_bits; member 45 return (val + c->high_bits) & ~rhs; in has_zero() 61 const unsigned long one_bits, high_bits; member 95 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | word-at-a-time.h | 15 const unsigned long high_bits, low_bits; member 41 return (val + c->high_bits) & ~rhs; in has_zero() 105 const unsigned long one_bits, high_bits; member 141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/ |
D | word-at-a-time.h | 15 const unsigned long high_bits, low_bits; member 41 return (val + c->high_bits) & ~rhs; in has_zero() 105 const unsigned long one_bits, high_bits; member 141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | jornada720_ts.c | 58 int coord, high_bits = coords[3]; in jornada720_ts_average() local 60 coord = coords[0] | ((high_bits & 0x03) << 8); in jornada720_ts_average() 61 coord += coords[1] | ((high_bits & 0x0c) << 6); in jornada720_ts_average() 62 coord += coords[2] | ((high_bits & 0x30) << 4); in jornada720_ts_average()
|
/Linux-v4.19/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 366 static void analyze_64bit_constant(u32 high_bits, u32 low_bits, in analyze_64bit_constant() argument 377 if ((highest_bit_set == -1) && ((high_bits >> (32 - i - 1)) & 1)) in analyze_64bit_constant() 384 if (lowest_bit_set == -1 && ((high_bits >> i) & 1)) in analyze_64bit_constant() 399 if ((high_bits & (1 << (i - 32))) != 0) in analyze_64bit_constant() 410 static unsigned long create_simple_focus_bits(unsigned long high_bits, in create_simple_focus_bits() argument 418 hi = ((high_bits << (32 - lowest_bit_set)) << shift); in create_simple_focus_bits() 421 hi = ((high_bits >> (lowest_bit_set - 32)) << shift); in create_simple_focus_bits() 426 static bool const64_is_2insns(unsigned long high_bits, in const64_is_2insns() argument 431 if (high_bits == 0 || high_bits == 0xffffffff) in const64_is_2insns() 434 analyze_64bit_constant(high_bits, low_bits, in const64_is_2insns() [all …]
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_kms.c | 67 uint64_t high_bits; in setup_slot() local 79 high_bits = slot_index << qdev->slot_gen_bits; in setup_slot() 80 high_bits |= slot->generation; in setup_slot() 81 high_bits <<= (64 - (qdev->slot_gen_bits + qdev->slot_id_bits)); in setup_slot() 82 slot->high_bits = high_bits; in setup_slot()
|
D | qxl_drv.h | 153 uint64_t high_bits; member 344 return slot->high_bits | (bo->tbo.offset + offset); in qxl_bo_physical_address()
|
D | qxl_cmd.c | 490 cmd->u.surface_create.data = slot->high_bits; in qxl_hw_surface_alloc()
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | word-at-a-time.h | 22 const unsigned long one_bits, high_bits; member 30 unsigned long mask = ((val - c->one_bits) & ~val) & c->high_bits; in has_zero()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | word-at-a-time.h | 12 const unsigned long one_bits, high_bits; member 29 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | word-at-a-time.h | 26 const unsigned long one_bits, high_bits; member 34 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | word-at-a-time.h | 15 const unsigned long one_bits, high_bits; member 49 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | word-at-a-time.h | 14 const unsigned long one_bits, high_bits; member 22 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | prom_64.c | 77 u32 high_bits, low_bits, type; in sun4v_path_component() local 93 high_bits = (regs->phys_addr >> 32UL) & 0x0fffffffUL; in sun4v_path_component() 102 high_bits, low_bits); in sun4v_path_component() 107 high_bits); in sun4v_path_component() 110 dp->name, high_bits); in sun4v_path_component()
|
/Linux-v4.19/arch/sparc/mm/ |
D | init_64.c | 2083 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local 2085 high_bits = (pa >> 32) & 0xffffffff; in patch_one_ktsb_phys() 2091 ia[0] = (ia[0] & ~0x3fffff) | (high_bits >> 10); in patch_one_ktsb_phys() 2097 ia[2] = (ia[2] & ~0x1fff) | (high_bits & 0x3ff); in patch_one_ktsb_phys()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 94 u8 high_bits; in ixgbe_read_i2c_combined_generic_int() local 124 if (ixgbe_in_i2c_byte_ack(hw, &high_bits)) in ixgbe_read_i2c_combined_generic_int() 138 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 1461 #define high_bits(x, mask) ((x) & ~(mask)) in accumulate_val() macro 1464 *accum = high_bits(*accum, mask) + val; in accumulate_val()
|