Home
last modified time | relevance | path

Searched refs:one_bits (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/arch/riscv/include/asm/
Dword-at-a-time.h15 const unsigned long one_bits, high_bits; member
23 unsigned long mask = ((val - c->one_bits) & ~val) & c->high_bits; in has_zero()
/linux-6.6.21/arch/sh/include/asm/
Dword-at-a-time.h12 const unsigned long one_bits, high_bits; member
29 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/arm64/include/asm/
Dword-at-a-time.h15 const unsigned long one_bits, high_bits; member
23 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/arm/include/asm/
Dword-at-a-time.h14 const unsigned long one_bits, high_bits; member
22 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/x86/include/asm/
Dword-at-a-time.h15 const unsigned long one_bits, high_bits; member
49 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/include/asm-generic/
Dword-at-a-time.h61 const unsigned long one_bits, high_bits; member
95 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h105 const unsigned long one_bits, high_bits; member
141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/powerpc/include/asm/
Dword-at-a-time.h105 const unsigned long one_bits, high_bits; member
141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()