Searched refs:pmap (Results 101 - 125 of 614) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_machdep.c53 #include <vm/pmap.h>
H A Dbcm2836_mp.c41 #include <vm/pmap.h>
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_usb_phy.c44 #include <vm/pmap.h>
/freebsd-13-stable/sys/arm/ti/
H A Dti_machdep.c51 #include <vm/pmap.h>
/freebsd-13-stable/sys/arm/xilinx/
H A Dzy7_mp.c37 #include <vm/pmap.h>
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_vdso.c36 #include <vm/pmap.h>
/freebsd-13-stable/sys/powerpc/booke/
H A Dmachdep_e500.c39 #include <vm/pmap.h>
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx_pcib.c51 #include <vm/pmap.h>
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_initrd.c36 #include <vm/pmap.h>
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dpmap_dispatch.c34 * Dispatch MI pmap calls to the appropriate MMU implementation
69 * pmap globals
71 struct pmap kernel_pmap_store;
84 SYSCTL_NODE(_vm, OID_AUTO, pmap, CTLFLAG_RD, 0, "VM/pmap parameters");
242 pmap_is_valid_memattr(pmap_t pmap __unused, vm_memattr_t mode)
/freebsd-13-stable/sys/amd64/amd64/
H A Dmp_machdep.c62 #include <vm/pmap.h>
638 * Used by the pmap to request cache or TLB invalidation on local and
657 smp_targeted_tlb_shootdown(cpuset_t mask, pmap_t pmap, vm_offset_t addr1, argument
695 PCPU_SET(smp_tlb_pmap, pmap);
727 curcpu_cb(pmap, addr1, addr2);
748 curcpu_cb(pmap, addr1, addr2);
754 smp_masked_invltlb(cpuset_t mask, pmap_t pmap, smp_invl_cb_t curcpu_cb) argument
756 smp_targeted_tlb_shootdown(mask, pmap, 0, 0, curcpu_cb, invl_op_tlb);
763 smp_masked_invlpg(cpuset_t mask, vm_offset_t addr, pmap_t pmap, argument
766 smp_targeted_tlb_shootdown(mask, pmap, add
773 smp_masked_invlpg_range(cpuset_t mask, vm_offset_t addr1, vm_offset_t addr2, pmap_t pmap, smp_invl_cb_t curcpu_cb) argument
[all...]
/freebsd-13-stable/sys/vm/
H A Dvm_fault.c104 #include <vm/pmap.h>
327 pmap_ps_enabled(fs->map->pmap)) {
350 rv = pmap_enter(fs->map->pmap, vaddr, m_map, fs->prot, fs->fault_type |
490 ("missing pmap support for large pages"));
504 rv = pmap_enter(fs->map->pmap, vaddr, m, fs->prot,
551 !pmap_ps_enabled(fs->map->pmap) || fs->wired))
562 rv = pmap_enter(fs->map->pmap, vaddr, m, fs->prot, fs->fault_type |
567 rv = pmap_enter(fs->map->pmap, vaddr + ptoa(i),
971 * we need to ensure that any pmap-level mappings to the
1251 * is marked valid, but since such pages are typically already pmap'
1722 pmap_t pmap; local
[all...]
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_arm.c45 #include <vm/pmap.h>
H A Dhwpmc_arm64_md.c45 #include <vm/pmap.h>
/freebsd-13-stable/sys/dev/isci/
H A Disci_oem_parameters.c38 #include <vm/pmap.h>
/freebsd-13-stable/sys/dev/pst/
H A Dpst-pci.c44 #include <vm/pmap.h>
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstored_dev.c48 #include <vm/pmap.h>
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_caldata.c45 #include <vm/pmap.h>
/freebsd-13-stable/sys/mips/malta/
H A Dgt.c41 #include <vm/pmap.h>
/freebsd-13-stable/sys/riscv/riscv/
H A Dmem.c42 #include <vm/pmap.h>
/freebsd-13-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_vt.c54 #include <vm/pmap.h>
/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu_arm64.c43 #include <vm/pmap.h>
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_bsd.h64 #include <vm/pmap.h>
/freebsd-13-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep.c41 #include <vm/pmap.h>
/freebsd-13-stable/sys/arm/arm/
H A Dgenassym.c43 #include <vm/pmap.h>
128 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));

Completed in 271 milliseconds

1234567891011>>