Searched refs:map (Results 251 - 275 of 2546) sorted by path

<<11121314151617181920>>

/linux-master/arch/arm64/mm/
H A Dinit.c25 #include <linux/dma-map-ops.h>
195 * be limited in their ability to support a linear map that exceeds 51
196 * bits of VA space, depending on the placement of the ID map. Given
197 * that the placement of the ID map may be randomized, let's simply
198 * limit the kernel's linear map to 51 bits as well if we detect this
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c432 /* if (index >= array->map.max_entries)
435 off = offsetof(struct bpf_array, map.max_entries);
/linux-master/arch/csky/include/asm/
H A Dasid.h14 unsigned long *map; member in struct:asid_info
/linux-master/arch/csky/kernel/
H A Dsetup.c10 #include <linux/dma-map-ops.h>
/linux-master/arch/csky/mm/
H A Dasid.c30 bitmap_zero(info->map, NUM_CTXT_ASIDS(info));
43 __set_bit(asid2idx(info, asid), info->map);
100 if (!__test_and_set_bit(asid2idx(info, asid), info->map))
111 asid = find_next_zero_bit(info->map, NUM_CTXT_ASIDS(info), cur_idx);
121 asid = find_next_zero_bit(info->map, NUM_CTXT_ASIDS(info), 1);
124 __set_bit(asid, info->map);
181 info->map = bitmap_zalloc(NUM_CTXT_ASIDS(info), GFP_KERNEL);
182 if (!info->map)
H A Ddma-mapping.c5 #include <linux/dma-map-ops.h>
/linux-master/arch/hexagon/kernel/
H A Ddma.c8 #include <linux/dma-map-ops.h>
/linux-master/arch/loongarch/
H A DMakefile178 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/linux-master/arch/loongarch/kernel/
H A Dacpi.c44 void __init __acpi_unmap_table(void __iomem *map, unsigned long size) argument
46 if (!map || !size)
49 early_memunmap(map, size);
315 pr_info(PREFIX "Unable to map lapic to logical cpu number\n");
H A Ddma.c12 const struct bus_dma_region *map = NULL; local
14 ret = acpi_dma_get_range(dev, &map);
15 if (!ret && map) {
16 const struct bus_dma_region *r = map;
25 dev->dma_range_map = map;
H A Dsetup.c30 #include <linux/dma-map-ops.h>
392 pr_info("User-defined physical RAM map overwrite\n");
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c230 * if (index >= array->map.max_entries)
233 off = offsetof(struct bpf_array, map.max_entries);
/linux-master/arch/m68k/
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/m68k/kernel/
H A Ddma.c7 #include <linux/dma-map-ops.h>
/linux-master/arch/microblaze/kernel/
H A Ddma.c11 #include <linux/dma-map-ops.h>
/linux-master/arch/microblaze/mm/
H A Dconsistent.c14 #include <linux/dma-map-ops.h>
H A Dinit.c10 #include <linux/dma-map-ops.h>
94 /* We don't have holes in memory map */
/linux-master/arch/mips/
H A DMakefile445 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/linux-master/arch/mips/alchemy/common/
H A Ddbdma.c33 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
H A Dsetup.c31 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
/linux-master/arch/mips/alchemy/devboards/
H A Dplatform.c8 #include <linux/mtd/map.h>
/linux-master/arch/mips/ath25/
H A Dar2315.c116 .map = ar2315_misc_irq_map,
H A Dar5312.c120 .map = ar5312_misc_irq_map,
/linux-master/arch/mips/bmips/
H A Ddma.c4 #include <linux/dma-map-ops.h>
/linux-master/arch/mips/cavium-octeon/
H A Dflash_setup.c14 #include <linux/mtd/map.h>
31 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) argument
36 r = inline_map_read(map, ofs);
42 static void octeon_flash_map_write(struct map_info *map, const map_word datum, argument
46 inline_map_write(map, datum, ofs);
50 static void octeon_flash_map_copy_from(struct map_info *map, void *to, argument
54 inline_map_copy_from(map, to, from, len);
58 static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, argument
62 inline_map_copy_to(map, to, from, len);

Completed in 320 milliseconds

<<11121314151617181920>>