Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 84) sorted by relevance

1234

/arch/x86/include/asm/
Dmpspec.h98 #define physid_set(physid, map) set_bit(physid, (map).mask) argument
99 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument
100 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument
101 #define physid_test_and_set(physid, map) \ argument
110 #define physids_clear(map) \ argument
116 #define physids_empty(map) \ argument
122 #define physids_weight(map) \ argument
131 static inline unsigned long physids_coerce(physid_mask_t *map) in physids_coerce()
136 static inline void physids_promote(unsigned long physids, physid_mask_t *map) in physids_promote()
142 static inline void physid_set_mask_of_physid(int physid, physid_mask_t *map) in physid_set_mask_of_physid()
/arch/powerpc/include/asm/
Dscom.h54 scom_map_t (*map)(struct device_node *ctrl_dev, u64 reg, u64 count); member
76 static inline int scom_map_ok(scom_map_t map) in scom_map_ok()
126 static inline void scom_unmap(scom_map_t map) in scom_unmap()
140 static inline int scom_read(scom_map_t map, u64 reg, u64 *value) in scom_read()
158 static inline int scom_write(scom_map_t map, u64 reg, u64 value) in scom_write()
/arch/powerpc/platforms/cell/
Dcbe_regs.c83 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_pmd_regs() local
92 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_pmd_regs() local
101 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_pmd_shadow_regs() local
109 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_pmd_shadow_regs() local
117 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_iic_regs() local
125 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_iic_regs() local
133 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_mic_tm_regs() local
141 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_mic_tm_regs() local
192 void __init cbe_fill_regs_map(struct cbe_regs_map *map) in cbe_fill_regs_map()
250 struct cbe_regs_map *map; in cbe_regs_init() local
/arch/m32r/include/asm/
Dsmp.h21 #define physid_set(physid, map) set_bit(physid, (map).mask) argument
22 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument
23 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument
24 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument
28 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS) argument
30 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS) argument
32 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS) argument
35 #define physids_coerce(map) ((map).mask[0]) argument
/arch/mips/cavium-octeon/
Dflash_setup.c30 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) in octeon_flash_map_read()
41 static void octeon_flash_map_write(struct map_info *map, const map_word datum, in octeon_flash_map_write()
49 static void octeon_flash_map_copy_from(struct map_info *map, void *to, in octeon_flash_map_copy_from()
57 static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, in octeon_flash_map_copy_to()
/arch/powerpc/oprofile/cell/
Dvma_map.c27 void vma_map_free(struct vma_to_fileoffset_map *map) in vma_map_free()
37 vma_map_lookup(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_lookup()
68 vma_map_add(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_add()
110 struct vma_to_fileoffset_map *map = NULL; in create_vma_map() local
/arch/sh/mm/
Dioremap_fixed.c37 struct ioremap_map *map; in ioremap_fixed_init() local
50 struct ioremap_map *map; in ioremap_fixed() local
102 struct ioremap_map *map; in iounmap_fixed() local
/arch/powerpc/platforms/powernv/
Dopal-xscom.c58 static void opal_scom_unmap(scom_map_t map) in opal_scom_unmap()
98 static int opal_scom_read(scom_map_t map, u64 reg, u64 *value) in opal_scom_read()
110 static int opal_scom_write(scom_map_t map, u64 reg, u64 value) in opal_scom_write()
/arch/x86/pci/
Dsta2x11-fixup.c54 struct sta2x11_mapping map[STA2X11_NR_EP]; member
136 struct sta2x11_mapping *map; in p2a() local
152 struct sta2x11_mapping *map; in a2p() local
224 struct sta2x11_mapping *map; in dma_capable() local
287 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev); in sta2x11_map_ep() local
315 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev); in suspend_mapping() local
339 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev); in resume_mapping() local
Di386.c59 struct pcibios_fwaddrmap *map; in pcibios_fwaddrmap_lookup() local
74 struct pcibios_fwaddrmap *map; in pcibios_save_fw_addr() local
101 struct pcibios_fwaddrmap *map; in pcibios_retrieve_fw_addr() local
/arch/sh/kernel/cpu/sh4/
Dsq.c73 static inline void sq_mapping_list_add(struct sq_mapping *map) in sq_mapping_list_add()
89 static inline void sq_mapping_list_del(struct sq_mapping *map) in sq_mapping_list_del()
104 static int __sq_remap(struct sq_mapping *map, pgprot_t prot) in __sq_remap()
148 struct sq_mapping *map; in sq_remap() local
211 struct sq_mapping **p, *map; in sq_unmap() local
/arch/cris/arch-v10/drivers/
Daxisflashmap.c55 static map_word flash_read(struct map_info *map, unsigned long ofs) in flash_read()
62 static void flash_copy_from(struct map_info *map, void *to, in flash_copy_from()
68 static void flash_write(struct map_info *map, map_word d, unsigned long adr) in flash_write()
/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c59 struct kvmppc_sid_map *map; in find_sid_vsid() local
93 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local
233 struct kvmppc_sid_map *map; in create_sid_map() local
320 struct kvmppc_sid_map *map; in kvmppc_mmu_map_segment() local
Dbook3s_32_mmu_host.c93 struct kvmppc_sid_map *map; in find_sid_vsid() local
148 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local
277 struct kvmppc_sid_map *map; in create_sid_map() local
319 struct kvmppc_sid_map *map; in kvmppc_mmu_map_segment() local
/arch/cris/arch-v32/drivers/
Daxisflashmap.c60 static map_word flash_read(struct map_info *map, unsigned long ofs) in flash_read()
67 static void flash_copy_from(struct map_info *map, void *to, in flash_copy_from()
73 static void flash_write(struct map_info *map, map_word d, unsigned long adr) in flash_write()
/arch/mips/txx9/rbtx4939/
Dsetup.c309 static map_word rbtx4939_flash_read16(struct map_info *map, unsigned long ofs) in rbtx4939_flash_read16()
318 static void rbtx4939_flash_write16(struct map_info *map, const map_word datum, in rbtx4939_flash_write16()
326 static void rbtx4939_flash_copy_from(struct map_info *map, void *to, in rbtx4939_flash_copy_from()
367 static void rbtx4939_flash_map_init(struct map_info *map) in rbtx4939_flash_map_init()
/arch/mips/ath79/
Dpci.h29 ath79_pci_set_irq_map(unsigned nr_irqs, const struct ath79_pci_irq *map) {} in ath79_pci_set_irq_map()
/arch/sparc/include/asm/
Dbitext.h14 unsigned long *map; member
/arch/powerpc/platforms/ps3/
Dmm.c110 struct map { struct
119 static void __maybe_unused _debug_dump_map(const struct map *m, in _debug_dump_map() argument
131 static struct map map; variable
/arch/sparc/lib/
Dbitext.c120 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
/arch/sparc/kernel/
Dof_device_common.h31 int (*map)(u32 *addr, const u32 *range, member
/arch/mips/pci/
Dpci-malta.c93 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
/arch/powerpc/sysdev/
Dscom.c114 scom_map_t map; in scom_debug_read() local
151 scom_map_t map; in scom_debug_write() local
/arch/x86/platform/atom/
Dpmc_atom.c43 const struct pmc_reg_map *map; member
288 const struct pmc_bit_map *map = pmc->map->pss; in pmc_pss_state_show() local
388 const struct pmc_reg_map *map = (struct pmc_reg_map *)ent->driver_data; in pmc_setup_dev() local
/arch/mips/mti-malta/
Dmalta-init.c174 u32 start, map, mask, data; in prom_init() local

1234