Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A 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()
/openbmc/linux/arch/sh/include/asm/
H A 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()
/openbmc/linux/arch/arm64/include/asm/
H A 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()
/openbmc/linux/arch/arm/include/asm/
H A 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()
/openbmc/linux/arch/x86/include/asm/
H A 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()
/openbmc/linux/include/asm-generic/
H A 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()
/openbmc/linux/tools/testing/selftests/powerpc/primitives/
H A 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()
/openbmc/linux/arch/powerpc/include/asm/
H A 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()