aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/pmap-v6.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for pmap_enter(..., psind=1) to the armv6 pmap. In other words,Alan Cox2018-08-081-0/+1
* Implement tunable CPU quirks.Michal Meloun2017-06-131-1/+0
* Introduce pmap_remap_vm_attr(),Michal Meloun2017-05-091-0/+1
* Implement fake pmap_mapdev_attr() for ARMv6.Michal Meloun2016-12-041-1/+0
* Remove not used definitions and fix some style nits.Svatopluk Kraus2016-02-191-24/+12
* Move common definitions from both pmap-v4.h and pmap-v6.h into pmap.h.Svatopluk Kraus2016-02-191-17/+0
* Rename pmap.h to pmap-v4.h and remove pmap-v6.h include from it.Svatopluk Kraus2016-02-191-3/+3
* Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domainsSvatopluk Kraus2016-02-171-26/+0
* Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vectorSvatopluk Kraus2016-02-171-5/+0
* Include pte-v6.h only where needed.Svatopluk Kraus2016-02-171-2/+0
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-2/+0
* Make VM_MEMATTR_xxx definitions independent on pmap internalsSvatopluk Kraus2016-02-041-2/+2
* Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again.Svatopluk Kraus2016-02-031-0/+2
* Use pmap_preboot_map_attr() directly in arm_devmap_bootstrap()Svatopluk Kraus2016-02-021-29/+0
* Make pmap_preboot_map_attr() vm subsystem compliant, so its argumentsSvatopluk Kraus2016-02-021-2/+2
* Remove all remaining references to old and not more used structSvatopluk Kraus2016-02-021-14/+0
* Retire pmap_pte_init_mmu_v6() which was used by old pmap-v6.Svatopluk Kraus2016-01-291-1/+0
* Use kernel_pmap directly instead of pmap_kernel(). The kernel_pmap isSvatopluk Kraus2016-01-291-9/+0
* Create new pmap dump interface for minidump and use it for existingSvatopluk Kraus2016-01-251-0/+2
* Local TLB flush is sufficient in pmap_remove_pages().Svatopluk Kraus2015-12-151-1/+0
* Make usermode variable the bool type. It's already used that way.Svatopluk Kraus2015-11-081-1/+1
* Retire pmap_dmap_iscurrent(). It is only a wrapper around pmap_is_current(),...Jason A. Harmening2015-10-281-5/+0
* Retire pmap_lazyfix(). This function only existed in the new armv6 pmapAlan Cox2015-05-111-1/+0
* Add a pmap_kremove_device() to undo mappings made with pmap_kenter_device().Ian Lepore2015-04-101-1/+2
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore2015-03-261-0/+313