Home
last modified time | relevance | path

Searched refs:VDSO_CPUNODE_BITS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsegment.h233 #define VDSO_CPUNODE_BITS 12 macro
242 return (node << VDSO_CPUNODE_BITS) | cpu; in vdso_encode_cpunode()
265 *node = (p >> VDSO_CPUNODE_BITS); in vdso_read_cpunode()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsegment.h238 #define VDSO_CPUNODE_BITS 12 macro
247 return (node << VDSO_CPUNODE_BITS) | cpu; in vdso_encode_cpunode()
270 *node = (p >> VDSO_CPUNODE_BITS); in vdso_read_cpunode()

Completed in 2 milliseconds