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

/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap_pcid.c67 pmap_pcid_log("PCID configure invoked on CPU %d\n", ccpu);
72 pmap_pcid_log("PMAP: PCID feature disabled\n");
108 pmap_pcid_log("PMAP: PCID not detected CPU %d\n", ccpu);
113 pmap_pcid_log("PMAP: PCID already enabled %d\n", ccpu);
117 pmap_pcid_log("Pre-PCID:CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(), ccpu, cr4);
124 pmap_pcid_log("Toggled PGE ON (CPU: %d\n", ccpu);
127 pmap_pcid_log("Post PCID: CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(), ccpu, get_cr4());
132 pmap_pcid_log("All PCIDs enabled: real_ncpus: %d, pmap_pcid_ncpus: %d\n", real_ncpus, pmap_pcid_ncpus);
/xnu-2422.115.4/osfmk/i386/
H A Dpmap_internal.h925 #define pmap_pcid_log(fmt, args...) \ macro
931 #define pmap_pcid_log(fmt, args...) macro

Completed in 22 milliseconds