Searched refs:pcid (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/amd64/amd64/
H A Dmp_machdep.c822 d.pcid = smp_tlb_pmap->pm_pcids[PCPU_GET(cpuid)].pm_pcid;
841 d.pcid = smp_tlb_pmap->pm_pcids[PCPU_GET(cpuid)].pm_pcid;
862 uint32_t pcid; local
882 pcid = smp_tlb_pmap->pm_pcids[PCPU_GET(cpuid)].pm_pcid;
883 load_cr3(smp_tlb_pmap->pm_cr3 | pcid);
919 d.pcid = smp_tlb_pmap->pm_pcids[PCPU_GET(cpuid)].pm_pcid |
931 uint32_t pcid; local
944 pcid = smp_tlb_pmap->pm_pcids[PCPU_GET(cpuid)].pm_pcid;
945 kcr3 = smp_tlb_pmap->pm_cr3 | pcid | CR3_PCID_SAVE;
946 ucr3 |= pcid | PMAP_PCID_USER_P
1011 uint32_t pcid; local
[all...]
H A Dpmap.c1918 * proc0 pmap. The pmap' pcid state might be used by
2955 uint32_t pcid; local
2977 pcid = pmap->pm_pcids[cpuid].pm_pcid;
2979 d.pcid = pcid | PMAP_PCID_USER_PT;
2984 kcr3 = pmap->pm_cr3 | pcid | CR3_PCID_SAVE;
2985 ucr3 = pmap->pm_ucr3 | pcid | PMAP_PCID_USER_PT | CR3_PCID_SAVE;
3052 uint32_t pcid; local
3064 pcid = pmap->pm_pcids[cpuid].pm_pcid;
3066 d.pcid
3147 uint32_t pcid; local
3320 uint32_t pcid; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_ess.c114 ASN1_STRING **pcid,
119 if (pcid)
120 *pcid = rr->signedContentIdentifier;
113 CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid, int *pallorfirst, STACK_OF(GENERAL_NAMES) **plist, STACK_OF(GENERAL_NAMES) **prto) argument
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_erom.c124 struct bhnd_chipid pcid; local
137 result = bhnd_erom_probe(cls, eio, hint, &pcid);
147 *cid = pcid;
/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_machdep.c292 struct bhnd_chipid pcid; local
302 result = bhnd_erom_probe(cls, eio, NULL, &pcid);
315 *cid = pcid;
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dcpu.h132 C(pcid, 17)
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dcms.h295 ASN1_STRING **pcid,
/freebsd-13-stable/sys/amd64/include/
H A Dcpufunc.h537 uint64_t pcid:12 __packed; member in struct:invpcid_descr
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12705 C(pcid, 17)
[all...]

Completed in 401 milliseconds