Home
last modified time | relevance | path

Searched refs:map (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/kernel/common/linux/mtd/
Dmap.h30 #define map_bankwidth_is_1(map) (0) argument
31 #define map_bankwidth_is_2(map) (0) argument
32 #define map_bankwidth_is_4(map) (0) argument
34 #define map_calc_words(map) ((map_bankwidth(map) + (sizeof(unsigned long)-1))/ sizeof(unsigned long… argument
35 #define map_bankwidth_is_8(map) (0) argument
36 #define map_bankwidth_is_16(map) (0) argument
37 #define map_bankwidth_is_32(map) (0) argument
67 struct mtd_info *(*probe)(struct map_info *map);
75 struct mtd_info *do_map_probe(const char *name, struct map_info *map);
76 #define ENABLE_VPP(map) do { if(map->set_vpp) map->set_vpp(map, 1); } while(0) argument
[all …]
Dcfi.h215 #define CMD(x) cfi_build_cmd((x), map, cfi)
219 #define MERGESTATUS(x) cfi_merge_status((x), map, cfi)
220 struct cfi_extquery *cfi_read_pri(struct map_info *map, uint16_t adr, uint16_t size,
236 typedef int (*varsize_frob_t)(struct map_info *map, struct flchip *chip,
/bionic/libc/kernel/arch-x86/asm/
Dmpspec_32.h32 #define physid_set(physid, map) set_bit(physid, (map).mask) argument
34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument
35 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument
36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument
40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS) argument
42 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS) argument
45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS) argument
49 #define physids_coerce(map) ((map).mask[0]) argument
De820.h40 struct e820entry map[E820MAX]; member
Dgenapic_32.h45 physid_mask_t (*ioapic_phys_id_map)(physid_mask_t map);
/bionic/libc/kernel/arch-mips/asm/
Dbootinfo.h64 } map[BOOT_MEM_MAP_MAX]; member
/bionic/linker/
Dlinker.cpp183 link_map_t* map = &(info->link_map); in insert_soinfo_into_debug_map() local
184 map->l_addr = info->base; in insert_soinfo_into_debug_map()
185 map->l_name = (char*) info->name; in insert_soinfo_into_debug_map()
186 map->l_ld = (uintptr_t)info->dynamic; in insert_soinfo_into_debug_map()
194 r_debug_tail->l_next = map; in insert_soinfo_into_debug_map()
195 map->l_prev = r_debug_tail; in insert_soinfo_into_debug_map()
196 map->l_next = 0; in insert_soinfo_into_debug_map()
198 _r_debug.r_map = map; in insert_soinfo_into_debug_map()
199 map->l_prev = 0; in insert_soinfo_into_debug_map()
200 map->l_next = 0; in insert_soinfo_into_debug_map()
[all …]
/bionic/libc/bionic/
Dpthread_key.cpp63 #define TLSMAP_WORD(m,k) (m).map[(k)/TLSMAP_BITS]
76 uint32_t map[TLSMAP_WORDS]; member
Dlibc_logging.cpp519 void* map = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_ANON | MAP_PRIVATE, -1, 0); in __libc_set_abort_message() local
520 if (map == MAP_FAILED) { in __libc_set_abort_message()
529 abort_msg_t* new_abort_message = reinterpret_cast<abort_msg_t*>(map); in __libc_set_abort_message()
/bionic/tests/
Dbenchmark_main.cpp30 typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap;
/bionic/libc/kernel/
DREADME.TXT83 - update 'kernel_known_statics' to map "<arch>" to