Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/lib/
H A Dmsr.c78 m1.q |= BIT_64(bit); in __flip_bit()
80 m1.q &= ~BIT_64(bit); in __flip_bit()
/linux-6.15/arch/x86/kernel/cpu/
H A Dtopology_amd.c164 if (msrval & BIT_64(54)) { in topoext_fixup()
H A Damd.c645 value &= ~BIT_64(32); in init_amd_k8()
/linux-6.15/arch/x86/include/asm/
H A Dbitops.h29 #define BIT_64(n) (U64_C(1) << (n)) macro
/linux-6.15/drivers/edac/
H A Damd64_edac.c2148 (sys_addr >= BIT_64(32))) in f1x_get_norm_dct_addr()
2162 if (dhar_valid(pvt) && (sys_addr >= BIT_64(32))) in f1x_get_norm_dct_addr()
2297 sys_addr < BIT_64(32)) { in f1x_match_to_this_node()
2389 sys_addr < BIT_64(32)) { in f15_m30h_match_to_this_node()
2423 if (leg_mmio_hole && (sys_addr >= BIT_64(32))) in f15_m30h_match_to_this_node()
H A Dmce_amd.c409 bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58))); in decode_mc1_mce()