Searched refs:high_bits (Results 1 – 9 of 9) sorted by relevance
| /arch/powerpc/include/asm/ |
| A 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/ |
| A D | word-at-a-time.h | 14 const unsigned long one_bits, high_bits; member 31 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
| /arch/arm64/include/asm/ |
| A D | word-at-a-time.h | 16 const unsigned long one_bits, high_bits; member 24 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
| /arch/riscv/include/asm/ |
| A D | word-at-a-time.h | 17 const unsigned long one_bits, high_bits; member 25 unsigned long mask = ((val - c->one_bits) & ~val) & c->high_bits; in has_zero()
|
| /arch/arm/include/asm/ |
| A D | word-at-a-time.h | 15 const unsigned long one_bits, high_bits; member 23 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
| /arch/x86/include/asm/ |
| A D | word-at-a-time.h | 9 const unsigned long one_bits, high_bits; member 17 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
|
| /arch/sparc/net/ |
| A D | bpf_jit_comp_64.c | 399 if ((high_bits & (1 << (i - 32))) != 0) in analyze_64bit_constant() 431 if (high_bits == 0 || high_bits == 0xffffffff) in const64_is_2insns() 434 analyze_64bit_constant(high_bits, low_bits, in const64_is_2insns() 453 emit_loadimm32(high_bits, dest, ctx); in sparc_emit_set_const64_quick2() 470 u32 high_bits = (K >> 32); in emit_loadimm64() local 477 if (high_bits == 0x00000000) in emit_loadimm64() 521 create_simple_focus_bits(high_bits, low_bits, in emit_loadimm64() 538 emit_loadimm32(high_bits, dest, ctx); in emit_loadimm64() 553 if ((((~high_bits) & 0xffffffff) == 0 && in emit_loadimm64() 560 (~high_bits & 0xffffffff) == 0)) { in emit_loadimm64() [all …]
|
| /arch/sparc/kernel/ |
| A D | prom_64.c | 71 u32 high_bits, low_bits, type; in sun4v_path_component() local 87 high_bits = (regs->phys_addr >> 32UL) & 0x0fffffffUL; in sun4v_path_component() 96 high_bits, low_bits); in sun4v_path_component() 101 high_bits); in sun4v_path_component() 104 name, high_bits); in sun4v_path_component()
|
| /arch/sparc/mm/ |
| A D | init_64.c | 2088 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local 2090 high_bits = (pa >> 32) & 0xffffffff; in patch_one_ktsb_phys() 2096 ia[0] = (ia[0] & ~0x3fffff) | (high_bits >> 10); in patch_one_ktsb_phys() 2102 ia[2] = (ia[2] & ~0x1fff) | (high_bits & 0x3ff); in patch_one_ktsb_phys()
|
Completed in 20 milliseconds