Home
last modified time | relevance | path

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

123

/arch/x86/include/asm/
Dmpspec.h89 #define physid_set(physid, map) set_bit(physid, (map).mask) argument
90 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument
91 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument
92 #define physid_test_and_set(physid, map) \ argument
101 #define physids_clear(map) \ argument
107 #define physids_empty(map) \ argument
113 #define physids_weight(map) \ argument
122 static inline unsigned long physids_coerce(physid_mask_t *map) in physids_coerce()
127 static inline void physids_promote(unsigned long physids, physid_mask_t *map) in physids_promote()
133 static inline void physid_set_mask_of_physid(int physid, physid_mask_t *map) in physid_set_mask_of_physid()
/arch/powerpc/platforms/cell/
Dcbe_regs.c84 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_pmd_regs() local
93 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_pmd_regs() local
102 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_pmd_shadow_regs() local
110 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_pmd_shadow_regs() local
118 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_iic_regs() local
126 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_iic_regs() local
134 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_mic_tm_regs() local
142 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_mic_tm_regs() local
193 static void __init cbe_fill_regs_map(struct cbe_regs_map *map) in cbe_fill_regs_map()
251 struct cbe_regs_map *map; in cbe_regs_init() local
/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/sh/mm/
Dioremap_fixed.c38 struct ioremap_map *map; in ioremap_fixed_init() local
51 struct ioremap_map *map; in ioremap_fixed() local
103 struct ioremap_map *map; in iounmap_fixed() local
/arch/sh/kernel/cpu/sh4/
Dsq.c70 static inline void sq_mapping_list_add(struct sq_mapping *map) in sq_mapping_list_add()
86 static inline void sq_mapping_list_del(struct sq_mapping *map) in sq_mapping_list_del()
101 static int __sq_remap(struct sq_mapping *map, pgprot_t prot) in __sq_remap()
146 struct sq_mapping *map; in sq_remap() local
209 struct sq_mapping **p, *map; in sq_unmap() local
/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c48 struct kvmppc_sid_map *map; in find_sid_vsid() local
82 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local
228 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.c81 struct kvmppc_sid_map *map; in find_sid_vsid() local
136 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local
265 struct kvmppc_sid_map *map; in create_sid_map() local
307 struct kvmppc_sid_map *map; in kvmppc_mmu_map_segment() local
/arch/arm/mach-realview/
Dplatsmp-dt.c39 struct regmap *map; in realview_smp_prepare_cpus() local
/arch/x86/pci/
Di386.c60 struct pcibios_fwaddrmap *map; in pcibios_fwaddrmap_lookup() local
75 struct pcibios_fwaddrmap *map; in pcibios_save_fw_addr() local
102 struct pcibios_fwaddrmap *map; in pcibios_retrieve_fw_addr() local
Dsta2x11-fixup.c40 struct sta2x11_mapping map[STA2X11_NR_EP]; member
183 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev); in suspend_mapping() local
207 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev); in resume_mapping() local
/arch/x86/kernel/apic/
Dapic_common.c19 bool default_check_apicid_used(physid_mask_t *map, int apicid) in default_check_apicid_used()
Dbigsmp_32.c26 static bool bigsmp_check_apicid_used(physid_mask_t *map, int apicid) in bigsmp_check_apicid_used()
/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/arm64/kvm/
Darch_timer.c149 static void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map) in get_timer_map()
185 struct timer_map map; in kvm_arch_timer_handler() local
357 struct timer_map map; in kvm_timer_is_pending() local
479 struct timer_map map; in kvm_timer_blocking() local
606 struct timer_map map; in kvm_timer_vcpu_load() local
653 struct timer_map map; in kvm_timer_vcpu_put() local
722 struct timer_map map; in kvm_timer_vcpu_reset() local
1237 struct timer_map map; in kvm_timer_enable() local
/arch/sparc/include/asm/
Dbitext.h15 unsigned long *map; member
Diommu-common.h32 unsigned long *map; member
/arch/sparc/lib/
Dbitext.c121 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
/arch/sparc/kernel/
Dof_device_common.h32 int (*map)(u32 *addr, const u32 *range, member
/arch/powerpc/platforms/ps3/
Dmm.c98 struct map { struct
107 static void __maybe_unused _debug_dump_map(const struct map *m, in _debug_dump_map() argument
119 static struct map map; variable
/arch/mips/pci/
Dpci-malta.c81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
/arch/mips/netlogic/xlp/
Dsetup.c81 uint64_t map[16]; in xlp_init_mem_from_bars() local
/arch/mips/mti-malta/
Dmalta-init.c171 u32 start, map, mask, data; in prom_init() local
/arch/x86/include/uapi/asm/
De820.h67 struct e820entry map[E820_X_MAX]; member
/arch/csky/include/asm/
Dasid.h14 unsigned long *map; member
/arch/arm/include/asm/mach/
Dmap.h61 #define iotable_init(map,num) do { } while (0) argument

123