Searched refs:map (Results 1 - 25 of 837) sorted by relevance

1234567891011>>

/arch/arm/mach-prima2/include/mach/
H A Dhardware.h13 #include <mach/map.h>
/arch/arm/mach-w90x900/include/mach/
H A Dhardware.h22 #include <mach/map.h>
/arch/powerpc/include/asm/
H A Dscom.h34 * This API allows to "map" ranges of SCOM register numbers associated
46 /* Value for an invalid SCOM map */
54 scom_map_t (*map)(struct device_node *ctrl_dev, u64 reg, u64 count); member in struct:scom_controller
55 void (*unmap)(scom_map_t map);
57 u64 (*read)(scom_map_t map, u32 reg);
58 void (*write)(scom_map_t map, u32 reg, u64 value);
74 * @map: The result of scom_map to test
76 static inline int scom_map_ok(scom_map_t map) argument
78 return map != SCOM_MAP_INVALID;
85 * @reg: first SCOM register to map
126 scom_unmap(scom_map_t map) argument
137 scom_read(scom_map_t map, u32 reg) argument
148 scom_write(scom_map_t map, u32 reg, u64 value) argument
[all...]
/arch/arm/boot/
H A Dinstall.sh19 # $3 - kernel map file
42 # Install system map file
43 if [ -f $4/System.map-$1 ]; then
44 mv $4/System.map-$1 $4/System.map-$1.old
46 cp $3 $4/System.map-$1
/arch/arm/mach-exynos/include/mach/
H A Dregs-irq.h17 #include <mach/map.h>
H A Dregs-mem.h16 #include <mach/map.h>
/arch/arm/mach-s5p64x0/include/mach/
H A Dregs-irq.h17 #include <mach/map.h>
/arch/arm/mach-s5pc100/include/mach/
H A Dregs-irq.h16 #include <mach/map.h>
H A Duncompress.h18 #include <mach/map.h>
/arch/arm/mach-s5pv210/include/mach/
H A Dregs-irq.h17 #include <mach/map.h>
H A Duncompress.h16 #include <mach/map.h>
/arch/m32r/boot/compressed/
H A Dinstall.sh21 # $3 - kernel map file
38 if [ -f $4/System.map-$1 ]; then
39 mv $4/System.map-$1 $4/System.old
43 cp $3 $4/System.map-$1
51 if [ -f $4/System.map ]; then
52 mv $4/System.map $4/System.old
56 cp $3 $4/System.map
/arch/sh/boot/compressed/
H A Dinstall.sh20 # $3 - kernel map file
37 if [ -f $4/System.map-$1 ]; then
38 mv $4/System.map-$1 $4/System.old
42 cp $3 $4/System.map-$1
50 if [ -f $4/System.map ]; then
51 mv $4/System.map $4/System.old
55 cp $3 $4/System.map
/arch/powerpc/platforms/cell/
H A Dcbe_regs.c83 struct cbe_regs_map *map = cbe_find_map(np); local
84 if (map == NULL)
86 return map->pmd_regs;
92 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; local
93 if (map == NULL)
95 return map->pmd_regs;
101 struct cbe_regs_map *map = cbe_find_map(np); local
102 if (map == NULL)
104 return &map->pmd_shadow_regs;
109 struct cbe_regs_map *map local
117 struct cbe_regs_map *map = cbe_find_map(np); local
125 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; local
133 struct cbe_regs_map *map = cbe_find_map(np); local
141 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; local
192 cbe_fill_regs_map(struct cbe_regs_map *map) argument
250 struct cbe_regs_map *map; local
[all...]
/arch/ia64/
H A Dinstall.sh18 # $3 - kernel map file
33 if [ -f $4/System.map ]; then
34 mv $4/System.map $4/System.old
38 cp $3 $4/System.map
/arch/parisc/
H A Dinstall.sh18 # $3 - kernel map file
33 if [ -f $4/System.map ]; then
34 mv $4/System.map $4/System.old
38 cp $3 $4/System.map
/arch/s390/boot/
H A Dinstall.sh18 # $3 - kernel map file
33 if [ -f $4/System.map ]; then
34 mv $4/System.map $4/System.old
38 cp $3 $4/System.map
/arch/m68k/
H A Dinstall.sh16 # $3 - kernel map file
45 if [ -f $4/System.map ]; then
46 mv $4/System.map $4/System.old
50 cp $3 $4/System.map
/arch/arm/mach-mmp/include/mach/
H A Ddma.h8 #include <mach/addr-map.h>
/arch/arm/mach-s3c64xx/include/mach/
H A Duncompress.h18 #include <mach/map.h>
/arch/arm/plat-omap/include/plat/
H A Dflash.h12 #include <linux/mtd/map.h>
/arch/arm/plat-samsung/include/plat/
H A Ddma-s3c24xx.h35 struct s3c24xx_dma_map *map; member in struct:s3c24xx_dma_selection
40 struct s3c24xx_dma_map *map);
43 struct s3c24xx_dma_map *map,
51 * channel map for one of the `enum dma_ch` dma channels. the list
71 extern int s3c24xx_dma_order_set(struct s3c24xx_dma_order *map);
/arch/m32r/include/asm/
H A Dsmp.h21 #define physid_set(physid, map) set_bit(physid, (map).mask)
22 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
23 #define physid_isset(physid, map) test_bit(physid, (map).mask)
24 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
28 #define physids_clear(map) bitmap_zero((map)
[all...]
/arch/sh/mm/
H A Dioremap_fixed.c2 * Re-map IO memory to kernel address space so that we can access it.
4 * These functions should only be used when it is necessary to map a
37 struct ioremap_map *map; local
41 map = &ioremap_maps[i];
42 map->fixmap_addr = __fix_to_virt(FIX_IOREMAP_BEGIN + i);
50 struct ioremap_map *map; local
64 map = &ioremap_maps[i];
65 if (!map->addr) {
66 map->size = size;
95 map
102 struct ioremap_map *map; local
[all...]
/arch/x86/include/asm/
H A Dmpspec.h116 #define physid_set(physid, map) set_bit(physid, (map).mask)
117 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
118 #define physid_isset(physid, map) test_bit(physid, (map).mask)
119 #define physid_test_and_set(physid, map) \
120 test_and_set_bit(physid, (map).mask)
128 #define physids_clear(map) \
129 bitmap_zero((map)
149 physids_coerce(physid_mask_t *map) argument
154 physids_promote(unsigned long physids, physid_mask_t *map) argument
160 physid_set_mask_of_physid(int physid, physid_mask_t *map) argument
[all...]

Completed in 854 milliseconds

1234567891011>>