/arch/x86/um/os-Linux/ |
D | task_size.c | 20 void *mapped = NULL; in page_ok() local 34 mapped = mmap(address, UM_KERN_PAGE_SIZE, in page_ok() 37 if (mapped == MAP_FAILED) in page_ok() 39 if (mapped != address) in page_ok() 62 if (mapped != NULL) in page_ok() 63 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
|
/arch/sh/mm/ |
D | ioremap.c | 43 void __iomem *mapped; in __ioremap_caller() local 60 mapped = pmb_remap_caller(phys_addr, size, pgprot, caller); in __ioremap_caller() 61 if (mapped && !IS_ERR(mapped)) in __ioremap_caller() 62 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/powerpc/mm/ |
D | 40x_mmu.c | 98 unsigned long v, s, mapped; in mmu_mapin_ram() local 135 mapped = total_lowmem - s; in mmu_mapin_ram() 144 memblock_set_current_limit(mapped); in mmu_mapin_ram() 146 return mapped; in mmu_mapin_ram()
|
D | mmu_context_iommu.c | 26 atomic64_t mapped; member 139 atomic64_set(&mem->mapped, 1); in mm_iommu_get() 218 if (atomic_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put() 289 if (atomic64_inc_not_zero(&mem->mapped)) in mm_iommu_mapped_inc() 299 atomic64_add_unless(&mem->mapped, -1, 1); in mm_iommu_mapped_dec()
|
D | init_64.c | 228 int mapped = htab_bolt_mapping(start, start + page_size, phys, in vmemmap_create_mapping() local 232 BUG_ON(mapped < 0); in vmemmap_create_mapping() 239 int mapped = htab_remove_mapping(start, start + page_size, in vmemmap_remove_mapping() local 242 BUG_ON(mapped < 0); in vmemmap_remove_mapping()
|
/arch/sh/boards/mach-microdev/ |
D | irq.c | 22 unsigned char mapped; member 74 if (!fpgaIrqTable[irq].mapped) in disable_microdev_irq() 91 if (unlikely(!fpgaIrqTable[irq].mapped)) in enable_microdev_irq()
|
/arch/s390/include/asm/ |
D | page.h | 93 unsigned char skey, int mapped) in page_set_storage_key() argument 95 if (!mapped) in page_set_storage_key()
|
/arch/arm/include/debug/ |
D | vexpress.S | 31 @ - all other (RS1 complaint) tiles use UART mapped
|
/arch/cris/arch-v10/ |
D | README.mm | 87 0..8191, is never mapped, in order to trap NULL references). 89 It also means that the total physical RAM that can be mapped is 256 MB 90 (kseg_c above). More RAM can be mapped by choosing a different segmentation 144 NOTE: while setting up the MMU, we run in a non-mapped mode in the DRAM (0x40 217 is mapped linearily using kseg_c as described above). Architectures without 241 been mapped.
|
D | Kconfig | 30 put the leds on PB or a memory-mapped latch (CSP0) instead. 40 put the leds on PA or a memory-mapped latch (CSP0) instead. 49 separately. Select this if the LEDs are on a memory-mapped latch 50 using chip select CSP0, this is mapped at 0x90000000.
|
/arch/arc/boot/dts/ |
D | nsim_700.dts | 32 /* child and parent address space 1:1 mapped */
|
D | nsim_hs_idu.dts | 29 /* child and parent address space 1:1 mapped */
|
D | nsimosci.dts | 35 /* child and parent address space 1:1 mapped */
|
D | nsimosci_hs.dts | 35 /* child and parent address space 1:1 mapped */
|
D | nsimosci_hs_idu.dts | 33 /* child and parent address space 1:1 mapped */
|
/arch/mips/sgi-ip27/ |
D | ip27-klnuma.c | 37 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask()
|
/arch/x86/um/ |
D | Kconfig | 50 memory. All the memory that can't be mapped directly will be treated
|
/arch/unicore32/ |
D | Kconfig.debug | 15 userspace access to memory mapped peripherals.
|
/arch/arm/boot/dts/ |
D | integrator.dtsi | 97 /* Debug registers mapped as syscon */
|
/arch/microblaze/ |
D | Kconfig | 165 space as well as some memory mapped IO. That means that, if you 167 memory can be "permanently mapped" by the kernel. The physical 168 memory that is not permanently mapped is called "high memory".
|
/arch/metag/ |
D | Kconfig | 84 space as well as some memory mapped IO. That means that, if you 86 memory can be "permanently mapped" by the kernel. The physical 87 memory that is not permanently mapped is called "high memory".
|
/arch/ia64/ |
D | Kconfig.debug | 12 IA-64 identity-mapped regions use a large page size called "granules".
|
/arch/arm/ |
D | Kconfig-nommu | 47 vectors to be mapped to writable memory, say 'n' here.
|
/arch/xtensa/ |
D | Kconfig | 202 then enter your normal kernel breakpoints once the MMU was mapped 213 was mapped gdb wouldn't remove the breakpoint on hitting it as the 220 address at 0x00003000 instead of the mapped std of 0xD0003000. 233 all of it can be "permanently mapped" by the kernel. 234 The physical memory that's not permanently mapped is called
|