Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/x86_64/
H A Dpmap_pcid.c71 pmap_pcid_log("PCID configure invoked on CPU %d\n", ccpu); in pmap_pcid_configure()
76 pmap_pcid_log("PMAP: PCID feature disabled\n"); in pmap_pcid_configure()
115 pmap_pcid_log("PMAP: PCID not detected CPU %d\n", ccpu); in pmap_pcid_configure()
120 pmap_pcid_log("PMAP: PCID already enabled %d\n", ccpu); in pmap_pcid_configure()
132pmap_pcid_log("Pre-PCID:CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(), c… in pmap_pcid_configure()
139 pmap_pcid_log("Toggled PGE ON (CPU: %d\n", ccpu); in pmap_pcid_configure()
142pmap_pcid_log("Post PCID: CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(),… in pmap_pcid_configure()
147pmap_pcid_log("All PCIDs enabled: real_ncpus: %d, pmap_pcid_ncpus: %d\n", real_ncpus, pmap_pcid_nc… in pmap_pcid_configure()
/xnu-10063.141.1/osfmk/i386/
H A Dpmap_internal.h1081 #define pmap_pcid_log(fmt, args...) \ macro
1087 #define pmap_pcid_log(fmt, args...) macro