Home
last modified time | relevance | path

Searched defs:lower_bits (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sparc/kernel/
H A Dchmc.c491 unsigned long lower_bits = (phys_addr & PA_LOWER_BITS) >> PA_LOWER_BITS_SHIFT; in chmc_bank_match() local
/linux/arch/x86/include/asm/
H A Dsev.h71 static inline u64 lower_bits(u64 val, unsigned int bits) in lower_bits() function