Searched refs:high_bits (Results 1 – 8 of 8) sorted by relevance
/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()
|
/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()
|
/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()
|
/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()
|
/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()
|
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 376 static void analyze_64bit_constant(u32 high_bits, u32 low_bits, in analyze_64bit_constant() argument 387 if ((highest_bit_set == -1) && ((high_bits >> (32 - i - 1)) & 1)) in analyze_64bit_constant() 394 if (lowest_bit_set == -1 && ((high_bits >> i) & 1)) in analyze_64bit_constant() 409 if ((high_bits & (1 << (i - 32))) != 0) in analyze_64bit_constant() 420 static unsigned long create_simple_focus_bits(unsigned long high_bits, in create_simple_focus_bits() argument 428 hi = ((high_bits << (32 - lowest_bit_set)) << shift); in create_simple_focus_bits() 431 hi = ((high_bits >> (lowest_bit_set - 32)) << shift); in create_simple_focus_bits() 436 static bool const64_is_2insns(unsigned long high_bits, in const64_is_2insns() argument 441 if (high_bits == 0 || high_bits == 0xffffffff) in const64_is_2insns() 444 analyze_64bit_constant(high_bits, low_bits, in const64_is_2insns() [all …]
|
/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()
|
/arch/sparc/mm/ |
D | init_64.c | 2084 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local 2086 high_bits = (pa >> 32) & 0xffffffff; in patch_one_ktsb_phys() 2092 ia[0] = (ia[0] & ~0x3fffff) | (high_bits >> 10); in patch_one_ktsb_phys() 2098 ia[2] = (ia[2] & ~0x1fff) | (high_bits & 0x3ff); in patch_one_ktsb_phys()
|