Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/x86_64/
H A Dpmap_pcid.c290 #define PCID_RECORD_SIZE 128 macro
291 uint64_t pcid_record_array[PCID_RECORD_SIZE];
329 …pcid_record_array[ccpu % PCID_RECORD_SIZE] = tpmap->pm_cr3 | new_pcid | (((uint64_t)(!(pending_flu… in pmap_pcid_activate()