/arch/sh/mm/ |
D | ioremap.c | 78 void __iomem *mapped; in ioremap_prot() local 81 mapped = __ioremap_trapped(phys_addr, size); in ioremap_prot() 82 if (mapped) in ioremap_prot() 83 return mapped; in ioremap_prot() 85 mapped = __ioremap_29bit(phys_addr, size, pgprot); in ioremap_prot() 86 if (mapped) in ioremap_prot() 87 return mapped; in ioremap_prot() 99 mapped = pmb_remap_caller(phys_addr, size, pgprot, in ioremap_prot() 101 if (mapped && !IS_ERR(mapped)) in ioremap_prot() 102 return mapped; in ioremap_prot()
|
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 | 89 unsigned long v, s, mapped; in mmu_mapin_ram() local 132 mapped = total_lowmem - s; in mmu_mapin_ram() 141 memblock_set_current_limit(mapped); in mmu_mapin_ram() 143 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/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/x86/include/asm/ |
D | efi.h | 338 #define __efi64_argmap(mapped, args) \ argument 339 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args) 340 #define __efi64_argmap__0(mapped, args) __efi_eval mapped argument 341 #define __efi64_argmap__1(mapped, args) __efi_eval args argument
|
/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() 385 if (atomic64_inc_not_zero(&mem->mapped)) in mm_iommu_mapped_inc() 395 atomic64_add_unless(&mem->mapped, -1, 1); in mm_iommu_mapped_dec()
|
/arch/arm64/mm/ |
D | ioremap.c | 192 int nr_granules, mapped; in ioremap_register_phys_range() local 200 mapped = __do_xmap_granules(phys_addr, nr_granules, true); in ioremap_register_phys_range() 201 if (mapped != nr_granules) { in ioremap_register_phys_range() 206 mapped * guard_granule)); in ioremap_register_phys_range()
|
/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 | 129 unsigned char skey, int mapped) in page_set_storage_key() argument 131 if (!mapped) in page_set_storage_key()
|
/arch/arm/include/debug/ |
D | vexpress.S | 28 @ - all other (RS1 complaint) tiles use UART mapped
|
/arch/arm/boot/dts/intel/ixp/ |
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_hs.dts | 32 /* child and parent address space 1:1 mapped */
|
D | nsimosci.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/x86/um/ |
D | Kconfig | 36 memory. All the memory that can't be mapped directly will be treated
|
/arch/sparc/kernel/ |
D | pci_sun4v.h | 108 long *mapped);
|
/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/arm/boot/dts/broadcom/ |
D | bcm2711-rpi-cm4.dtsi | 104 /* uart1 is mapped to the pin header */
|