Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 42) sorted by relevance

12

/arch/x86/um/os-Linux/
Dtask_size.c20 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/
Dioremap.c43 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()
Dpmb.c341 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/
D40x_mmu.c98 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()
Dinit_64.c219 int mapped = htab_bolt_mapping(start, start + page_size, phys, in vmemmap_create_mapping() local
222 BUG_ON(mapped < 0); in vmemmap_create_mapping()
/arch/s390/include/asm/
Dpage.h115 unsigned char skey, int mapped) in page_set_storage_key() argument
117 if (!mapped) in page_set_storage_key()
157 static inline int page_test_and_clear_dirty(unsigned long pfn, int mapped) in page_test_and_clear_dirty() argument
164 page_set_storage_key(pfn << PAGE_SHIFT, skey & ~_PAGE_CHANGED, mapped); in page_test_and_clear_dirty()
/arch/sh/boards/mach-microdev/
Dirq.c22 unsigned char mapped; member
74 if (!fpgaIrqTable[irq].mapped) in disable_microdev_irq()
91 if (unlikely(!fpgaIrqTable[irq].mapped)) in enable_microdev_irq()
/arch/arm/mach-vexpress/include/mach/
Ddebug-macro.S26 @ - all other (RS1 complaint) tiles use UART mapped
/arch/cris/arch-v10/
DREADME.mm87 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.
DKconfig30 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/mips/sgi-ip27/
Dip27-klnuma.c37 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask()
/arch/x86/um/
DKconfig40 memory. All the memory that can't be mapped directly will be treated
/arch/arm/
DKconfig-nommu48 vectors to be mapped to writable memory, say 'n' here.
/arch/unicore32/
DKconfig.debug15 userspace access to memory mapped peripherals.
/arch/ia64/
DKconfig.debug12 IA-64 identity-mapped regions use a large page size called "granules".
/arch/arm/boot/compressed/
Dhead-shark.S125 sub r2, r2, r0 @ we are mapped add 0e50 now, sub that (-0e00)
/arch/arm/boot/dts/
Domap3.dtsi31 * that are not memory mapped in the MPU view or for the MPU itself.
Domap4.dtsi41 * that are not memory mapped in the MPU view or for the MPU itself.
/arch/microblaze/
DKconfig169 space as well as some memory mapped IO. That means that, if you
171 memory can be "permanently mapped" by the kernel. The physical
172 memory that is not permanently mapped is called "high memory".
/arch/tile/
DKconfig178 mapped" by the kernel. The physical memory that's not
179 permanently mapped is called "high memory".
217 than low memory, as it needs to be mapped into the kernel first.
/arch/powerpc/boot/dts/
Damigaone.dts73 /* First 4k for I/O at 0x0 on PCI mapped to 0x0 on ISA. */
/arch/frv/mm/
Dtlb-miss.S129 # DAMR3 - mapped page directory
130 # DAMR4 - mapped page table as matched by SCR0
/arch/powerpc/platforms/
DKconfig343 platform devices for direct mapped RTC chips like the DS1742 or DS1743.
348 bool "Support for simple, memory-mapped GPIO controllers"
353 Say Y here to support simple, memory-mapped GPIO controllers.
/arch/cris/arch-v32/kernel/
Dhead.S101 ;; f unused, but page mapped to get page faults
106 ;; e,f used for memory-mapped NOR flash
/arch/powerpc/platforms/cell/
DKconfig81 This option causes SPE local stores to be mapped in process

12