Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dvmparam.h202 #define KMSAN_ORIG_MIN_ADDRESS KV4ADDR(KMSANORIGPML4I, 0, 0, 0)
203 #define KMSAN_ORIG_MAX_ADDRESS KV4ADDR(KMSANORIGPML4I + NKMSANORIGPML4E, \
H A Dpmap.h262 #define KMSANORIGPML4I (DMPML4I - NKMSANORIGPML4E) macro
/freebsd/sys/amd64/amd64/
H A Dpmap.c1889 p4_p[KMSANORIGPML4I + i] = KMSANORIGPDPphys + ptoa(i); in create_pagetables()
1890 p4_p[KMSANORIGPML4I + i] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()
2602 if (lm_ents > KMSANORIGPML4I - LMSPML4I) { in pmap_init()
2605 lm_ents, KMSANORIGPML4I - LMSPML4I); in pmap_init()
2606 lm_ents = KMSANORIGPML4I - LMSPML4I; in pmap_init()
4348 pm_pml4[KMSANORIGPML4I + i] = (KMSANORIGPDPphys + ptoa(i)) | in pmap_pinit_pml4()
4954 pmap->pm_pmltop[KMSANORIGPML4I + i] = 0; in pmap_release()
12051 case KMSANORIGPML4I: in sysctl_kmaps()