Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dbitops.h29 #define BIT_64(n) (U64_C(1) << (n)) macro
/linux/drivers/edac/
H A Damd64_edac.c2162 (sys_addr >= BIT_64(32))) in f1x_get_norm_dct_addr()
2176 if (dhar_valid(pvt) && (sys_addr >= BIT_64(32))) in f1x_get_norm_dct_addr()
2311 sys_addr < BIT_64(32)) { in f1x_match_to_this_node()
2403 sys_addr < BIT_64(32)) { in f15_m30h_match_to_this_node()
2437 if (leg_mmio_hole && (sys_addr >= BIT_64(32))) in f15_m30h_match_to_this_node()
/linux/arch/x86/kernel/cpu/
H A Damd.c716 value &= ~BIT_64(32); in init_amd_k8()