Home
last modified time | relevance | path

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

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