Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dxen-locore.S136 movl $VTOP(PT2), %edx
141 movl $VTOP(PT2), %ecx
205 PT2: label
/f-stack/freebsd/x86/xen/
H A Dpv.c205 uint64_t *PT2 = (u_int64_t *)(xenstack + 2 * PAGE_SIZE); in hammer_time_xen_legacy() local
244 PT3[i] = ((uint64_t)&PT2[0]) - KERNBASE; in hammer_time_xen_legacy()
251 PT2[i] = i * (2 * 1024 * 1024); in hammer_time_xen_legacy()
252 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in hammer_time_xen_legacy()