Searched refs:map (Results 276 - 300 of 2546) sorted by path

<<11121314151617181920>>

/linux-master/arch/mips/cavium-octeon/
H A Docteon-irq.c1288 .map = octeon_irq_ciu_map,
1294 .map = octeon_irq_gpio_map,
1966 * Don't map irq if it is reserved for GPIO.
1988 .map = octeon_irq_ciu2_map,
2240 .map = octeon_irq_cib_map,
2590 .map = octeon_irq_ciu3_map,
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h31 u64 mem_start; /* memory map start address */
33 } map[LOONGSON3_BOOT_MEM_MAP_MAX]; member in struct:efi_memory_map_loongson
/linux-master/arch/mips/include/asm/
H A Dmsa.h218 __BUILD_MSA_CTL_REG(map, 6)
/linux-master/arch/mips/jazz/
H A Djazzdma.c19 #include <linux/dma-map-ops.h>
/linux-master/arch/mips/kernel/
H A Dsetup.c28 #include <linux/dma-map-ops.h>
642 pr_info("User-defined physical RAM map overwrite\n");
/linux-master/arch/mips/lantiq/
H A Dirq.c335 .map = icu_map,
/linux-master/arch/mips/loongson64/
H A Denv.c17 #include <linux/dma-map-ops.h>
H A Dinit.c60 node_id = loongson_memmap->map[i].node_id;
64 mem_type = loongson_memmap->map[i].mem_type;
65 mem_size = loongson_memmap->map[i].mem_size;
73 mem_start = (node_id << 44) | loongson_memmap->map[i].mem_start;
/linux-master/arch/mips/mm/
H A Dc-r4k.c22 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
418 * @mm: Memory map.
H A Ddma-noncoherent.c8 #include <linux/dma-map-ops.h>
/linux-master/arch/mips/mti-malta/
H A Dmalta-dtshim.c71 enum mem_map map)
82 * physical address map, which gives it a contiguous region of
95 if (map == MEM_MAP_V2) {
97 * We have a flat 32 bit physical memory map with DDR filling
98 * all 4GB of the memory map, apart from the I/O region which
113 * We have a 32 bit physical memory map with a 2GB DDR region
191 /* detect the memory map in use */
193 /* ROCit has a register indicating the memory map in use */
198 /* if not using ROCit, presume the v1 memory map */
202 panic("Unsupported physical memory map
70 gen_fdt_mem_array(__be32 *mem_array, unsigned long size, enum mem_map map) argument
[all...]
H A Dmalta-init.c171 u32 start, map, mask, data; local
188 map = GT_READ(GT_PCI0IOREMAP_OFS);
189 if ((start & map) != 0) {
190 map &= ~start;
191 GT_WRITE(GT_PCI0IOREMAP_OFS, map);
H A Dmalta-setup.c16 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c104 * We use the fp register for this purpose, and map the highest bits to
1306 /* if (ind >= ary->map.max_entries) goto out */
1307 off = offsetof(struct bpf_array, map.max_entries);
1310 emit(ctx, lw, t1, off, ary); /* t1 = ary->map.max_entries*/
H A Dbpf_jit_comp64.c492 /* if (ind >= ary->map.max_entries) goto out */
493 off = offsetof(struct bpf_array, map.max_entries);
496 emit(ctx, lwu, tmp, off, ary); /* tmp = ary->map.max_entrs*/
/linux-master/arch/mips/pci/
H A Dpci-alchemy.c20 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
414 dev_err(&pdev->dev, "cannot map pci regs\n");
419 /* map parts of the PCI IO area */
H A Dpci-ar2315.c388 .map = ar2315_pci_irq_map,
H A Dpci-rt3883.c192 .map = rt3883_pci_irq_map,
/linux-master/arch/mips/ralink/
H A Dirq.c143 .map = intc_map,
155 pr_info("intc: using register map from devicetree\n");
/linux-master/arch/nios2/boot/
H A Dinstall.sh16 # $3 - kernel map file
23 if [ -f $4/System.map ]; then
24 mv $4/System.map $4/System.old
28 cp $3 $4/System.map
/linux-master/arch/nios2/kernel/
H A Dirq.c57 .map = irq_map,
/linux-master/arch/openrisc/kernel/
H A Ddma.c16 #include <linux/dma-map-ops.h>
/linux-master/arch/parisc/
H A Dinstall.sh16 # $3 - kernel map file
34 # Install system map file
35 if [ -f $4/System.map-$1 ]; then
36 mv $4/System.map-$1 $4/System.map-$1.old
38 cp $3 $4/System.map-$1
/linux-master/arch/parisc/kernel/
H A Ddrivers.c33 #include <linux/dma-map-ops.h>
H A Dpci-dma.c29 #include <linux/dma-map-ops.h>
56 ** Dump a hex representation of the resource map.
270 panic("%s: pcxl_alloc_range() Too many pages to map.\n",
291 ** return the corresponding vaddr in the pcxl dma map
302 ** clear bits in the pcxl resource map

Completed in 302 milliseconds

<<11121314151617181920>>