Home
last modified time | relevance | path

Searched refs:BIT_64 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dbitops.h29 #define BIT_64(n) (U64_C(1) << (n)) macro
/linux/arch/x86/kernel/cpu/
H A Damd.c710 value &= ~BIT_64(32); in init_amd_k8()