Searched refs:pte (Results 76 - 84 of 84) sorted by relevance

1234

/freebsd-11-stable/sys/powerpc/booke/
H A Dlocore.S37 #include <machine/pte.h>
/freebsd-11-stable/sys/arm/arm/
H A Delf_trampoline.c39 #include <machine/pte-v4.h>
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c1236 pt_entry_t *pte; local
1345 pte = CMAP1;
1401 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD;
1483 *pte = 0;
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c1667 uint64_t eptp, bm, addr, u64, pteval[4], *pte, info[2]; local
2179 pte = &pteval[0];
2181 printf(" %#lx", *pte++);
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_dev.c581 gpapte->gpa, gpapte->pte, &gpapte->ptenum);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c1347 static void pte (template *);
1358 pte (&x->tm);
1388 pte (template *t)
1385 pte (template *t) function
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c78 #include <machine/pte.h>
1476 log(LOG_ERR, "Page table info for pc address %#jx: pde = %p, pte = %#jx\n",
1484 log(LOG_ERR, "pc address %#jx is inaccessible, pde = %p, pte = %#jx\n",
1547 log(LOG_ERR, "Page table info for pc address %#jx: pde = %p, pte = %#jx\n",
1555 log(LOG_ERR, "pc address %#jx is inaccessible, pde = %p, pte = %#jx\n",
1560 log(LOG_ERR, "Page table info for bad address %#jx: pde = %p, pte = %#jx\n",
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c90 #include <machine/pte.h>
2256 * will reflect changes in pte's back to the vm_page.
2403 * If there is an active pte entry, we need to deactivate it
2548 * For each pvo entry, clear the pte's ptebit.
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure4960 for ac_header in sys/pte.h sys/stream.h sys/select.h sys/file.h

Completed in 275 milliseconds

1234