/arch/sh/mm/ |
D | ioremap.c | 90 void __iomem *mapped; in __ioremap_caller() local 92 mapped = __ioremap_trapped(phys_addr, size); in __ioremap_caller() 93 if (mapped) in __ioremap_caller() 94 return mapped; in __ioremap_caller() 96 mapped = __ioremap_29bit(phys_addr, size, pgprot); in __ioremap_caller() 97 if (mapped) in __ioremap_caller() 98 return mapped; in __ioremap_caller() 115 mapped = pmb_remap_caller(phys_addr, size, pgprot, caller); in __ioremap_caller() 116 if (mapped && !IS_ERR(mapped)) in __ioremap_caller() 117 return mapped; in __ioremap_caller()
|
D | pmb.c | 341 int i, mapped; in pmb_bolt_mapping() local 359 for (i = mapped = 0; i < ARRAY_SIZE(pmb_sizes); i++) { in pmb_bolt_mapping() 366 pmb_unmap_entry(pmbp, mapped); in pmb_bolt_mapping() 399 mapped++; in pmb_bolt_mapping()
|
/arch/x86/um/os-Linux/ |
D | task_size.c | 21 void *mapped = NULL; in page_ok() local 35 mapped = mmap(address, UM_KERN_PAGE_SIZE, in page_ok() 38 if (mapped == MAP_FAILED) in page_ok() 40 if (mapped != address) in page_ok() 63 if (mapped != NULL) in page_ok() 64 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
|
/arch/powerpc/mm/nohash/ |
D | 40x.c | 91 unsigned long v, s, mapped; in mmu_mapin_ram() local 128 mapped = total_lowmem - s; in mmu_mapin_ram() 137 memblock_set_current_limit(mapped); in mmu_mapin_ram() 139 return mapped; in mmu_mapin_ram()
|
/arch/parisc/kernel/ |
D | patch.c | 61 int mapped; in __patch_text_multiple() local 68 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, &mapped); in __patch_text_multiple() 83 if (mapped) in __patch_text_multiple() 86 &mapped); in __patch_text_multiple() 92 if (mapped) in __patch_text_multiple()
|
/arch/x86/include/asm/ |
D | efi.h | 320 #define __efi64_argmap(mapped, args) \ argument 321 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args) 322 #define __efi64_argmap__0(mapped, args) __efi_eval mapped argument 323 #define __efi64_argmap__1(mapped, args) __efi_eval args argument
|
/arch/sh/boards/mach-microdev/ |
D | irq.c | 20 unsigned char mapped; member 72 if (!fpgaIrqTable[irq].mapped) in disable_microdev_irq() 89 if (unlikely(!fpgaIrqTable[irq].mapped)) in enable_microdev_irq()
|
/arch/powerpc/mm/book3s64/ |
D | iommu_api.c | 31 atomic64_t mapped; member 125 atomic64_set(&mem->mapped, 1); in mm_iommu_do_alloc() 267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put() 453 if (atomic64_inc_not_zero(&mem->mapped)) in mm_iommu_mapped_inc() 463 atomic64_add_unless(&mem->mapped, -1, 1); in mm_iommu_mapped_dec()
|
/arch/x86/crypto/ |
D | aegis128-aesni-glue.c | 81 void *mapped = scatterwalk_map(&walk); in crypto_aegis128_aesni_process_ad() local 82 const u8 *src = (const u8 *)mapped; in crypto_aegis128_aesni_process_ad() 106 scatterwalk_unmap(mapped); in crypto_aegis128_aesni_process_ad()
|
/arch/s390/include/asm/ |
D | page.h | 108 unsigned char skey, int mapped) in page_set_storage_key() argument 110 if (!mapped) in page_set_storage_key()
|
/arch/arm/include/debug/ |
D | vexpress.S | 28 @ - all other (RS1 complaint) tiles use UART mapped
|
/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-lazor-r0.dts | 30 * Lane 0 was incorrectly mapped on the cable, but we've now decided
|
/arch/arm/boot/dts/ |
D | intel-ixp46x-ixdp465.dts | 26 /* 32 MB of Flash mapped in at CS0 and CS1 */
|
D | intel-ixp43x-kixrp435.dts | 26 /* 16 MB of Flash mapped in at CS0 */
|
D | intel-ixp42x-ixdp425.dts | 30 /* 16 MB of Flash mapped in at CS0 */
|
/arch/arc/boot/dts/ |
D | nsim_700.dts | 29 /* child and parent address space 1:1 mapped */
|
D | haps_hs_idu.dts | 34 /* child and parent address space 1:1 mapped */
|
D | nsimosci.dts | 32 /* child and parent address space 1:1 mapped */
|
D | nsimosci_hs.dts | 32 /* child and parent address space 1:1 mapped */
|
D | nsimosci_hs_idu.dts | 30 /* child and parent address space 1:1 mapped */
|
/arch/sparc/kernel/ |
D | pci_sun4v.h | 108 long *mapped);
|
/arch/x86/um/ |
D | Kconfig | 36 memory. All the memory that can't be mapped directly will be treated
|
/arch/mips/sgi-ip27/ |
D | ip27-klnuma.c | 38 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask()
|
/arch/microblaze/ |
D | Kconfig | 145 space as well as some memory mapped IO. That means that, if you 147 memory can be "permanently mapped" by the kernel. The physical 148 memory that is not permanently mapped is called "high memory".
|
/arch/nds32/ |
D | Kconfig.cpu | 164 space as well as some memory mapped IO. That means that, if you 166 memory can be "permanently mapped" by the kernel. The physical 167 memory that is not permanently mapped is called "high memory".
|