Home
last modified time | relevance | path

Searched refs:low_bits (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member
23 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask()
39 unsigned long rhs = val | c->low_bits; in has_zero()
/arch/sparc/net/
Dbpf_jit_comp_64.c366 static void analyze_64bit_constant(u32 high_bits, u32 low_bits, in analyze_64bit_constant() argument
375 if ((lowest_bit_set == -1) && ((low_bits >> i) & 1)) in analyze_64bit_constant()
387 ((low_bits >> (32 - i - 1)) & 1)) in analyze_64bit_constant()
396 if ((low_bits & (1 << i)) != 0) in analyze_64bit_constant()
411 unsigned long low_bits, in create_simple_focus_bits() argument
417 lo = (low_bits >> lowest_bit_set) << shift; in create_simple_focus_bits()
427 unsigned long low_bits) in const64_is_2insns() argument
434 analyze_64bit_constant(high_bits, low_bits, in const64_is_2insns()
469 u32 low_bits = (K & 0xffffffff); in emit_loadimm64() local
475 if (high_bits == 0xffffffff && (low_bits & 0x80000000)) in emit_loadimm64()
[all …]
/arch/sparc/kernel/
Dprom_64.c71 u32 high_bits, low_bits, type; in sun4v_path_component() local
88 low_bits = (regs->phys_addr & 0xffffffffUL); in sun4v_path_component()
93 if (low_bits) in sun4v_path_component()
96 high_bits, low_bits); in sun4v_path_component()
/arch/sparc/mm/
Dinit_64.c2080 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local
2083 low_bits = (pa >> 0) & 0xffffffff; in patch_one_ktsb_phys()
2091 ia[1] = (ia[1] & ~0x3fffff) | (low_bits >> 10); in patch_one_ktsb_phys()
2097 ia[3] = (ia[3] & ~0x1fff) | (low_bits & 0x3ff); in patch_one_ktsb_phys()