/linux-4.4.14/arch/sparc/include/asm/ |
H A D | io-unit.h | 12 /* The io-unit handles all virtual to physical address translations 16 * not need to have the same translations at all, in fact most 17 * of the time the translations they handle are a disjunct set.
|
H A D | iommu_32.h | 11 /* The iommu handles all virtual to physical address translations 15 * not need to have the same translations at all, in fact most 16 * of the time the translations they handle are a disjunct set.
|
H A D | spitfire.h | 202 * used only for locked and >8K sized translations. One exists for 205 * The third TLB is for data accesses to 8K non-locked translations, is 207 * instruction accesses to 8K non-locked translations, is 2 way
|
/linux-4.4.14/drivers/tty/vt/ |
H A D | consolemap.c | 26 static unsigned short translations[][256] = { variable 189 unsigned short *t = translations[i]; set_inverse_transl() 248 return translations[m]; set_translate() 312 unsigned short *p = translations[USER_MAP]; con_set_trans_old() 332 unsigned short *p = translations[USER_MAP]; con_get_trans_old() 350 unsigned short *p = translations[USER_MAP]; con_set_trans_new() 370 unsigned short *p = translations[USER_MAP]; con_get_trans_new() 639 set_inverse_transl(vc, p, i); /* Update inverse translations */ con_set_unimap() 700 set_inverse_transl(vc, p, i); /* Update all inverse translations */ con_set_default_unimap() 785 unsigned short uni = translations[USER_MAP][c]; conv_8bit_to_uni() 793 if (translations[USER_MAP][c] == uni || conv_uni_to_8bit() 794 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) conv_uni_to_8bit()
|
/linux-4.4.14/include/xen/interface/ |
H A D | features.h | 27 * mode the guest does not need to perform phys-to/from-machine translations
|
/linux-4.4.14/include/linux/ |
H A D | iova.h | 26 /* holds all the iova translations for a domain */
|
H A D | kvm_host.h | 586 /* flush all memory translations */ 588 /* flush memory translations pointing to 'slot' */
|
H A D | remoteproc.h | 333 * @da_to_va: optional platform hook to perform address translations
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
H A D | opal-xscom.c | 68 /* Add more translations if necessary */ opal_xscom_err_xlate()
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | mca_asm.h | 61 * translations turned off. 143 * translations turned on.
|
/linux-4.4.14/arch/ia64/sn/pci/ |
H A D | pci_dma.c | 114 * 64 bit address translations should never fail. sn_dma_alloc_coherent() 115 * 32 bit translations can fail if there are insufficient mapping sn_dma_alloc_coherent() 239 * Unmap a set of streaming mode DMA translations.
|
/linux-4.4.14/arch/xtensa/include/asm/ |
H A D | page.h | 20 * Fixed TLB translations in the processor.
|
/linux-4.4.14/fs/coda/ |
H A D | coda_linux.c | 120 * So we have to do some translations here.
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | tlb_hash32.c | 4 * physical translations, these routines flush entries from the
|
H A D | tlb_nohash.c | 4 * physical translations (ie, SW loaded TLBs or Book3E compilant processors,
|
H A D | tlb_low_64e.S | 116 * be cleared for kernel translations 590 * be cleared for kernel translations
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | of_device_common.c | 161 * ranges based translations. of_bus_sbus_match()
|
H A D | ioport.c | 298 * all iommu tables with the same translations. sbus_alloc_coherent() 564 /* Unmap a set of streaming mode DMA translations. 609 * mode DMA translations after a transfer.
|
H A D | of_device_64.c | 556 * interrupt-map or bus specific translations, until we hit build_one_device_irq()
|
H A D | pci_psycho.c | 568 /* If necessary, hook us up for starfire IRQ translations. */ psycho_probe()
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | mmu_context.h | 47 * Set TTBR0 to empty_zero_page. No translations will be possible via TTBR0.
|
H A D | kvm_mmu.h | 152 * the MMU for Stage-2 translations, but is merely a fake pgd used as a data
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | page.h | 157 * existing equation for the __va()/__pa() translations: 181 * Hence we use the following formula to get the translations right:
|
/linux-4.4.14/arch/avr32/include/asm/ |
H A D | dma-mapping.h | 236 * Unmap a set of streaming mode DMA translations. 308 * mode DMA translations after a transfer.
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | smp.c | 347 * The following tlb flush calls are invoked when old translations are
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | kvm_arm.h | 130 * The architecture supports 40-bit IPA as input to the 2nd stage translations
|
H A D | memory.h | 294 * Virtual <-> DMA view memory address translations
|
/linux-4.4.14/sound/oss/dmasound/ |
H A D | dmasound.h | 165 TRANS *trans_write; /* supported translations */
|
H A D | dmasound_core.c | 111 * [1.1] - stop missing translations from being called. 796 OSS behaviour - while we still have soft translations ;-) */ sq_open() 948 This is a bit fraught - because soft translations can mess with our
|
/linux-4.4.14/drivers/xen/ |
H A D | swiotlb-xen.c | 596 * Unmap a set of streaming mode DMA translations. Again, cpu read rules 616 * Make physical memory consistent for a set of streaming mode DMA translations
|
/linux-4.4.14/include/asm-generic/ |
H A D | percpu.h | 40 * translations for raw_cpu_ptr().
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | smp.c | 310 * The following tlb flush calls are invoked when old translations are
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | pacache.S | 554 * this routine makes use of processor local translations, we 558 * for tlb insertion) needed to insert the translations. When we 620 /* Purge any old translations */
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | init_64.c | 61 * translations. They form an index into kern_linear_pte_xor[]. The 475 /* The obp translations are saved based on 8k pagesize, since obp can 496 /* Read OBP translations property into 'prom_trans[]'. */ read_obp_translations() 502 n = prom_getproplen(node, "translations"); read_obp_translations() 512 if ((n = prom_getproperty(node, "translations", read_obp_translations()
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | lart.c | 211 * translations except for sending/reading commands during
|
/linux-4.4.14/arch/tile/include/gxio/ |
H A D | trio.h | 282 * register up to 16 page translations. ASIDs are used by memory map
|
/linux-4.4.14/arch/tile/include/hv/ |
H A D | hypervisor.h | 747 * memory references. Page table entries which supply translations for 835 /** Flushes all translations associated with the named address space 849 /** Flushes all translations associated with the named virtual address 868 /** Flushes all translations associated with the named virtual address range 890 /** Flushes all non-global translations (if preserve_global is true), 891 * or absolutely all translations (if preserve_global is false). 2181 * If this bit is set, the translations established by this PTE will 2185 * Setting this bit for translations which are identical in all page 2190 * translations which are _not_ identical in all page tables.
|
H A D | iorpc.h | 104 * parameters that require permission checks or translations as part
|
/linux-4.4.14/block/partitions/ |
H A D | msdos.c | 17 * Check partition table on IDE disks for common CHS translations
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | core_tsunami.c | 291 * Save the existing PCI window translations. SRM will tsunami_init_one_pchip()
|
H A D | core_titan.c | 293 * Save the existing PCI window translations. SRM will titan_init_one_pachip_port()
|
H A D | pci_iommu.c | 727 /* Unmap a set of streaming mode DMA translations. Again, cpu read
|
/linux-4.4.14/arch/s390/pci/ |
H A D | pci_dma.c | 164 * translations when previously invalid translation-table entries are dma_update_trans()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 1147 /* Hash this stuff a bit to speed up translations */ 1201 * it to maintain virtual to bus physical address translations.
|
/linux-4.4.14/arch/x86/mm/ |
H A D | init_64.c | 486 * the page sizes, new and old translations should phys_pmd_init() 559 * the page sizes, new and old translations should phys_pud_init()
|
H A D | init.c | 747 /* entry 0 MUST be WB (hardwired to speed up translations) */ update_cache_mode_entry()
|
H A D | pageattr.c | 1239 * translations for a 4-KByte range of linear addresses. This __change_page_attr() 1242 * translations differ with respect to page frame or attributes __change_page_attr()
|
/linux-4.4.14/lib/ |
H A D | swiotlb.c | 922 * Unmap a set of streaming mode DMA translations. Again, cpu read rules 949 * Make physical memory consistent for a set of streaming mode DMA translations
|
/linux-4.4.14/arch/arm/mm/ |
H A D | dma-mapping.c | 942 * Unmap a set of streaming mode DMA translations. Again, CPU access 1655 * Unmap a set of streaming mode DMA translations. Again, CPU access 1671 * Unmap a set of streaming mode DMA translations. Again, CPU access
|
/linux-4.4.14/drivers/of/ |
H A D | irq.c | 348 /* Check if there are any interrupt-map translations to process */ of_irq_parse_one()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_gem_gtt.h | 339 * collateral associated with any va->pa translations GEN hardware also has a
|
H A D | intel_ddi.c | 553 /* Program DDI buffers translations for DP. By default, program ports A-D in DP
|
H A D | intel_sdvo.c | 829 /* do some mode translations */ intel_sdvo_get_dtd_from_mode()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | amd_gart_64.c | 616 * Don't enable translations just yet. That is the next gart_fixup_northbridges()
|
/linux-4.4.14/block/ |
H A D | compat_ioctl.c | 562 * Some need translations, these do not. compat_blkdev_driver_ioctl()
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4acl.c | 50 /* mode bit translations: */
|
/linux-4.4.14/fs/nls/ |
H A D | nls_base.c | 4 * Native language support--charsets and unicode translations.
|
/linux-4.4.14/arch/sh/mm/ |
H A D | pmb.c | 97 * translations.
|
/linux-4.4.14/arch/m68k/atari/ |
H A D | config.c | 558 /* the following setup of transparent translations is needed on the atari_reset()
|
/linux-4.4.14/drivers/pci/host/ |
H A D | pci-tegra.c | 749 /* MSI translations are setup only when needed */ tegra_pcie_setup_translations() 2013 /* setup the AFI address translations */ tegra_pcie_probe()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.h | 333 * coordinate translations. If this is the case, it means that any
|
/linux-4.4.14/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 349 * no iommu translations remaining when the pages are unpinned. vfio_unmap_unpin()
|
/linux-4.4.14/drivers/iommu/ |
H A D | io-pgtable-arm.c | 954 * Empty page tables shouldn't provide any translations. arm_lpae_run_tests()
|
H A D | intel-iommu.c | 1657 * If Caching mode is set, then invalid translations are tagged iommu_init_domains() 2971 * translations from the old kernel, but this is fine as copy_context_table() 3201 * If we copied translations from a previous kernel in the kdump
|
/linux-4.4.14/drivers/misc/genwqe/ |
H A D | card_dev.c | 985 * contignous memory allocation table to find the right translations
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | kvm_host.h | 433 * gva_to_gpa translations.
|
/linux-4.4.14/fs/befs/ |
H A D | linuxvfs.c | 749 * Load a set of NLS translations if needed.
|
/linux-4.4.14/sound/pci/au88x0/ |
H A D | au88x0_core.c | 21 These functions are mainly the result of translations made 2810 /* Some not yet useful translations. */
|
/linux-4.4.14/drivers/remoteproc/ |
H A D | remoteproc_core.c | 159 * translations on the internal remoteproc memory regions through a platform
|
/linux-4.4.14/drivers/scsi/aacraid/ |
H A D | linit.c | 340 * translations ( 64/32, 128/32, 255/63 ). aac_biosparm()
|
/linux-4.4.14/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 21 * which fields are 'virtualized' - special actions and translations to
|
/linux-4.4.14/crypto/ |
H A D | twofish_common.c | 321 * The translations in steps 2 and 3 are looked up in the tables
|
/linux-4.4.14/net/sched/ |
H A D | sch_cbq.c | 61 interpret some places, which look like wrong translations
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 499 * hardware is serving the address translations.
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 731 /* do some mode translations */ psb_intel_sdvo_get_dtd_from_mode()
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | entry.S | 1581 * We utilize all three wired-ways (7-9) to hold pmd translations.
|
/linux-4.4.14/drivers/scsi/ |
H A D | BusLogic.c | 3415 standard BusLogic geometry translations (64/32, 128/32, or 255/63). blogic_diskparam()
|
H A D | ncr53c8xx.c | 381 * hashed reverse table for virtual to bus physical address translations.
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | mmu.c | 2697 * distinguish between actually accessed translations direct_pte_prefetch()
|
/linux-4.4.14/fs/btrfs/ |
H A D | ctree.h | 73 * chunk tree stores translations from logical -> physical block numbering
|