Home
last modified time | relevance | path

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

1234

/arch/sh/mm/
A Dioremap.c78 void __iomem *mapped; in ioremap_prot() local
80 mapped = __ioremap_trapped(phys_addr, size); in ioremap_prot()
81 if (mapped) in ioremap_prot()
82 return mapped; in ioremap_prot()
84 mapped = __ioremap_29bit(phys_addr, size, pgprot); in ioremap_prot()
85 if (mapped) in ioremap_prot()
86 return mapped; in ioremap_prot()
98 mapped = pmb_remap_caller(phys_addr, size, pgprot, in ioremap_prot()
100 if (mapped && !IS_ERR(mapped)) in ioremap_prot()
101 return mapped; in ioremap_prot()
A 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/parisc/kernel/
A Dpatch.c61 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/
A Defi.h337 #define __efi64_argmap(mapped, args) \ argument
338 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)
339 #define __efi64_argmap__0(mapped, args) __efi_eval mapped argument
340 #define __efi64_argmap__1(mapped, args) __efi_eval args argument
/arch/powerpc/mm/book3s64/
A Diommu_api.c31 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/arm/include/debug/
A Dvexpress.S28 @ - all other (RS1 complaint) tiles use UART mapped
/arch/arm/boot/dts/intel/ixp/
A Dintel-ixp46x-ixdp465.dts26 /* 32 MB of Flash mapped in at CS0 and CS1 */
A Dintel-ixp43x-kixrp435.dts26 /* 16 MB of Flash mapped in at CS0 */
A Dintel-ixp42x-ixdp425.dts30 /* 16 MB of Flash mapped in at CS0 */
/arch/s390/include/asm/
A Dpage.h131 unsigned char skey, int mapped) in page_set_storage_key() argument
133 if (!mapped) { in page_set_storage_key()
/arch/arc/boot/dts/
A Dnsim_700.dts29 /* child and parent address space 1:1 mapped */
A Dhaps_hs_idu.dts34 /* child and parent address space 1:1 mapped */
A Dnsimosci.dts32 /* child and parent address space 1:1 mapped */
A Dnsimosci_hs.dts32 /* child and parent address space 1:1 mapped */
A Dnsimosci_hs_idu.dts30 /* child and parent address space 1:1 mapped */
/arch/sparc/kernel/
A Dpci_sun4v.h108 long *mapped);
/arch/mips/sgi-ip27/
A Dip27-klnuma.c38 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask()
/arch/microblaze/
A DKconfig145 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/
A Dbcm2711-rpi-cm4.dtsi104 /* uart1 is mapped to the pin header */
A Dbcm2837-rpi-3-b.dts137 /* uart1 is mapped to the pin header */
/arch/x86/kernel/apic/
A Dx2apic_uv_x.c920 int nasid, min_nasid, max_nasid, lnasid, mapped; in calc_mmioh_map() local
928 mapped = 0; in calc_mmioh_map()
940 mapped = 1; in calc_mmioh_map()
948 mapped = 1; in calc_mmioh_map()
956 mapped = 1; in calc_mmioh_map()
964 mapped = 1; in calc_mmioh_map()
1026 if (max_io >= 0 && !mapped) in calc_mmioh_map()
/arch/powerpc/kvm/
A Dbook3s_hv_builtin.c319 if (xisr == pimap->mapped[i].r_hwirq) { in get_irqmap()
325 return &pimap->mapped[i]; in get_irqmap()
/arch/arm/boot/dts/marvell/
A Darmada-xp-crs305-1g-4s.dtsi15 * left internal registers mapped at 0xd0000000. If you are in this
A Darmada-xp-crs326-24g-2s.dtsi15 * left internal registers mapped at 0xd0000000. If you are in this
A Darmada-xp-db-xc3-24g4xg.dts14 * left internal registers mapped at 0xd0000000. If you are in this

Completed in 37 milliseconds

1234