Home
last modified time | relevance | path

Searched +defs:p +defs:map (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/qemu/util/
H A Dqht.c228 static void qht_map_debug__all_locked(struct qht_map *map) in qht_map_debug__all_locked()
243 static inline void qht_map_debug__all_locked(struct qht_map *map) in qht_map_debug__all_locked()
257 static inline void qht_do_if_first_in_stripe(struct qht_map *map, in qht_do_if_first_in_stripe()
273 static inline void qht_bucket_lock_do(struct qht_map *map, in qht_bucket_lock_do()
286 static inline void qht_bucket_lock(struct qht_map *map, in qht_bucket_lock()
292 static inline void qht_bucket_unlock(struct qht_map *map, in qht_bucket_unlock()
298 static inline void qht_head_init(struct qht_map *map, struct qht_bucket *b) in qht_head_init()
306 struct qht_bucket *qht_map_to_bucket(const struct qht_map *map, uint32_t hash) in qht_map_to_bucket()
312 static void qht_map_lock_buckets(struct qht_map *map) in qht_map_lock_buckets()
323 static void qht_map_unlock_buckets(struct qht_map *map) in qht_map_unlock_buckets()
[all …]
H A Dbitmap.c160 void bitmap_set(unsigned long *map, long start, long nr) in bitmap_set()
162 unsigned long *p = map + BIT_WORD(start); in bitmap_set() local
182 void bitmap_set_atomic(unsigned long *map, long start, long nr) in bitmap_set_atomic()
184 unsigned long *p = map + BIT_WORD(start); in bitmap_set_atomic() local
221 void bitmap_clear(unsigned long *map, long start, long nr) in bitmap_clear()
223 unsigned long *p = map + BIT_WORD(start); in bitmap_clear() local
243 bool bitmap_test_and_clear(unsigned long *map, long start, long nr) in bitmap_test_and_clear()
245 unsigned long *p = map + BIT_WORD(start); in bitmap_test_and_clear() local
288 bool bitmap_test_and_clear_atomic(unsigned long *map, long start, long nr) in bitmap_test_and_clear_atomic()
290 unsigned long *p = map + BIT_WORD(start); in bitmap_test_and_clear_atomic() local
[all …]
/openbmc/u-boot/scripts/basic/
H A Dfixdep.c220 static void parse_config_file(const char *map, size_t len) in parse_config_file()
225 const char *p, *q; in parse_config_file() local
298 void *map; in do_config_file() local
334 static void parse_dep_file(void *map, size_t len) in parse_dep_file()
338 char *p; in parse_dep_file() local
418 void *map; in print_deps() local
453 int *p = (int *)test; in traps() local
/openbmc/qemu/system/
H A Dmemory_mapping.c28 MemoryMapping *p; in memory_mapping_list_add_mapping_sorted() local
55 static inline bool mapping_contiguous(MemoryMapping *map, in mapping_contiguous()
67 static inline bool mapping_have_same_region(MemoryMapping *map, in mapping_have_same_region()
80 static inline bool mapping_conflict(MemoryMapping *map, in mapping_conflict()
92 static inline void mapping_merge(MemoryMapping *map, in mapping_merge()
157 MemoryMapping *p, *q; in memory_mapping_list_free() local
177 GuestPhysBlock *p, *q; in guest_phys_blocks_free() local
H A Dphysmem.c145 PhysPageMap map; member
182 static void phys_map_node_reserve(PhysPageMap *map, unsigned nodes) in phys_map_node_reserve()
192 static uint32_t phys_map_node_alloc(PhysPageMap *map, bool leaf) in phys_map_node_alloc()
197 PhysPageEntry *p; in phys_map_node_alloc() local
212 static void phys_page_set_level(PhysPageMap *map, PhysPageEntry *lp, in phys_page_set_level()
216 PhysPageEntry *p; in phys_page_set_level() local
255 PhysPageEntry *p; in phys_page_compact() local
322 PhysPageEntry lp = d->phys_map, *p; in phys_page_find() local
1036 static uint16_t phys_section_add(PhysPageMap *map, in phys_section_add()
1068 static void phys_sections_free(PhysPageMap *map) in phys_sections_free()
[all …]
/openbmc/u-boot/drivers/axi/
H A Dihs_axi.c52 #define ihs_axi_set(map, member, val) \ argument
61 #define ihs_axi_get(map, member, valp) \ argument
69 struct regmap *map; member
215 u32 *p = data; in ihs_axi_read() local
244 u32 *p = data; in ihs_axi_write() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c320 static bool efi_runtime_tobedetached(void *p) in efi_runtime_tobedetached()
338 ulong *p = efi_runtime_detach_list[i].ptr; in efi_runtime_detach() local
350 void efi_runtime_relocate(ulong offset, struct efi_mem_desc *map) in efi_runtime_relocate()
362 ulong *p; in efi_runtime_relocate() local
460 struct efi_mem_desc *map = (void*)virtmap + in efi_set_virtual_address_map() local
477 struct efi_mem_desc *map = (void*)virtmap + in efi_set_virtual_address_map() local
509 struct efi_mem_desc *map; in efi_set_virtual_address_map() local
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dpxaregs.c1773 void *map, *regaddr; in getmem() local
1808 void *map, *regaddr; in putmem() local
1942 char *p; in main() local
/openbmc/u-boot/drivers/misc/
H A Dgdsys_ioep.c27 struct regmap *map; member
70 u16 *p = (u16 *)buf; in gdsys_ioep_send() local
126 u16 *p = (u16 *)buf; in gdsys_ioep_receive() local
/openbmc/qemu/hw/loongarch/
H A Dboot.c93 void *p, void *start) in init_efi_boot_memmap()
111 efi_memory_desc_t *map = p + sizeof(struct efi_boot_memmap); in init_efi_boot_memmap() local
126 void *p, void *start) in init_efi_initrd_table()
151 struct loongarch_boot_info *info, void *p, void *start) in init_systab()
182 static void init_cmdline(struct loongarch_boot_info *info, void *p, void *start) in init_cmdline()
377 struct loongarch_boot_info *info, void *p) in init_boot_rom()
390 void *p, *bp; in loongarch_direct_kernel_boot() local
/openbmc/ipmitool/lib/
H A Dipmi_pef.c79 ipmi_pef_bit_desc(struct bit_desc_map * map, uint32_t value) in ipmi_pef_bit_desc()
85 char * p; in ipmi_pef_bit_desc() local
112 ipmi_pef_print_flags(struct bit_desc_map * map, flg_e type, uint32_t val) in ipmi_pef_print_flags()
348 char * p, strval[(6 * BLOCK_SIZE) + 1]; in ipmi_pef_print_serial_dest_dial() local
534 char * p; in ipmi_pef_print_event_info() local
/openbmc/qemu/audio/
H A Dpaaudio.c101 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_get_buffer_in() local
129 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_put_buffer_in() local
154 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_read() local
206 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_buffer_get_free() local
235 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_get_buffer_out() local
261 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_put_buffer_out() local
283 PAVoiceOut *p = (PAVoiceOut *) hw; in qpa_write() local
425 pa_channel_map map; in qpa_simple_new() local
/openbmc/u-boot/cmd/
H A Defidebug.c413 struct efi_mem_desc *memmap = NULL, *map; in do_efi_show_memmap() local
479 u16 var_name16[9], *p; in do_efi_boot_add() local
606 char *label, *p; in show_efi_boot_opt_data() local
650 u16 var_name16[9], *p; in show_efi_boot_opt() local
745 char *label, *p; in show_efi_boot_order() local
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp37 for (const auto& p : paramMap) in printParams() local
93 U getNumberFromConfig(const PropertyMap& map, const std::string& name, in getNumberFromConfig()
381 std::filesystem::path p(entityPath); in createAssociation() local
/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c212 XenEvtchnPort *p = &s->port_table[i]; in xen_evtchn_post_load() local
618 XenEvtchnPort *p; in unbind_backend_ports() local
644 XenEvtchnPort *p; in xen_evtchn_status_op() local
931 XenEvtchnPort *p = &s->port_table[port]; in set_port_pending() local
965 void *p = xen_overlay_get_shinfo_ptr(); in clear_port_pending() local
1015 evtchn_port_t p = 1; in allocate_port() local
1052 XenEvtchnPort *p = &s->port_table[port]; in close_port() local
1202 XenEvtchnPort *p; in xen_evtchn_bind_vcpu_op() local
1474 XenEvtchnPort *p = &s->port_table[alloc->port]; in xen_evtchn_alloc_unbound_op() local
1486 XenEvtchnPort *p; in xen_evtchn_send_op() local
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3peof exports?module.exports=n?e(t,n):function(n){if(n&&!n.fn)throw"Provide jQuery or null";return … argument
/openbmc/qemu/block/
H A Drbd.c132 char *p; in qemu_rbd_strchr() local
147 static char *qemu_rbd_next_tok(char *src, char delim, char **p) in qemu_rbd_next_tok()
163 char *p; in qemu_rbd_unescape() local
178 char *p, *buf; in qemu_rbd_parse_filename() local
922 InetSocketAddressBaseList *p; in qemu_rbd_mon_host() local
1540 int64_t *pnum, int64_t *map, in qemu_rbd_co_block_status()
H A Dio.c2390 int64_t *pnum, int64_t *map, BlockDriverState **file) in bdrv_co_do_block_status()
2632 int64_t *map, in bdrv_co_common_block_status_above()
2637 BlockDriverState *p; in bdrv_co_common_block_status_above() local
2731 int64_t *pnum, int64_t *map, in bdrv_co_block_status_above()
2742 int64_t *map, BlockDriverState **file) in bdrv_co_block_status()
3765 int64_t *pnum, int64_t *map, in bdrv_co_snapshot_block_status()
H A Dvpc.c180 static uint32_t vpc_checksum(void *p, size_t size) in vpc_checksum()
731 int64_t *pnum, int64_t *map, in vpc_co_block_status()
H A Dgluster.c293 const char *p, *q; in parse_volume_options() local
1468 int64_t *map, in qemu_gluster_co_block_status()
H A Dfile-posix.c949 uint64_t p = 1ULL << i; in raw_check_lock_bytes() local
965 uint64_t p = 1ULL << i; in raw_check_lock_bytes() local
1258 char *p; in get_sysfs_str_val() local
1888 char *p = buf; in handle_aiocb_rw() local
1900 char *p = buf; in handle_aiocb_rw() local
3287 int64_t *map, in raw_co_block_status()
/openbmc/u-boot/common/
H A Dcli_hush.c292 static char map[256]; variable
329 const char *p; member
925 char *p = simple_itoa(i); in b_adduint() local
1266 char *p; local
1542 char *p; local
1554 char *p; local
1938 char **p; local
2703 FILE *p; local
2770 char *p; local
3263 char *p = NULL; local
[all …]
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3 jQuery or null";return e(t)}:e(!1)}(function(e){"use strict";function t(e,t){return function(){va… function
/openbmc/qemu/hw/arm/
H A Dmps2-tz.c309 const RAMInfo *p; in find_raminfo_for_mpc() local
598 static void remap_memory(MPS2TZMachineState *mms, int map) in remap_memory()
762 const RAMInfo *p; in create_non_mpc_ram() local
781 const RAMInfo *p; in boot_ram_size() local
1294 const RAMInfo *p; in mps2tz_set_default_ram_info() local
/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c301 uint8_t *p = xen_replace_cache_entry(phys_offset, start_addr, size); in xen_add_to_physmap() local
424 unsigned long map = dirty_bitmap[i]; in xen_sync_dirty_bitmap() local

12