Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dprocessor-flags.h39 #define CR3_PCID_MASK 0xFFFull macro
48 #define CR3_PCID_MASK 0ull macro
/linux-5.19.10/arch/x86/power/
Dhibernate.c118 rdr->cr3 = restore_cr3 & ~CR3_PCID_MASK; in arch_hibernation_header_save()