Home
last modified time | relevance | path

Searched refs:high_bits (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Dword-at-a-time.h14 const unsigned long high_bits, low_bits; member
40 return (val + c->high_bits) & ~rhs; in has_zero()
104 const unsigned long one_bits, high_bits; member
140 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/arch/sh/include/asm/
Dword-at-a-time.h11 const unsigned long one_bits, high_bits; member
28 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/arch/arm64/include/asm/
Dword-at-a-time.h26 const unsigned long one_bits, high_bits; member
34 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/arch/arm/include/asm/
Dword-at-a-time.h13 const unsigned long one_bits, high_bits; member
21 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/arch/x86/include/asm/
Dword-at-a-time.h14 const unsigned long one_bits, high_bits; member
48 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/arch/sparc/kernel/
Dprom_64.c77 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/
Dinit_64.c1933 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local
1935 high_bits = (pa >> 32) & 0xffffffff; in patch_one_ktsb_phys()
1941 ia[0] = (ia[0] & ~0x3fffff) | (high_bits >> 10); in patch_one_ktsb_phys()
1947 ia[2] = (ia[2] & ~0x1fff) | (high_bits & 0x3ff); in patch_one_ktsb_phys()