Home
last modified time | relevance | path

Searched +defs:p +defs:map (Results 76 – 100 of 395) sorted by relevance

12345678910>>...16

/openbmc/linux/scripts/selinux/genheaders/
H A Dgenheaders.c32 char *p; in stoupperx() local
127 const struct security_class_mapping *map = &secclass_map[i]; in main() local
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c66 struct tc_bw_alloc *p; in ixgbe_dcb_calculate_tc_credits() local
235 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *cfg, int direction, u8 *map) in ixgbe_dcb_unpack_map()
367 static void ixgbe_dcb_read_rtrup2tc_82599(struct ixgbe_hw *hw, u8 *map) in ixgbe_dcb_read_rtrup2tc_82599()
377 void ixgbe_dcb_read_rtrup2tc(struct ixgbe_hw *hw, u8 *map) in ixgbe_dcb_read_rtrup2tc()
/openbmc/linux/drivers/clk/qcom/
H A Dcommon.c60 int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map, u8 src) in qcom_find_src_index()
72 int qcom_find_cfg_index(struct clk_hw *hw, const struct parent_map *map, u8 cfg) in qcom_find_cfg_index()
99 qcom_pll_set_fsm_mode(struct regmap *map, u32 reg, u8 bias_count, u8 lock_count) in qcom_pll_set_fsm_mode()
212 const __be32 *p; in qcom_cc_drop_protected() local
/openbmc/linux/drivers/soc/pxa/
H A Dmfp.c135 #define mfp_configured(p) ((p)->config != -1) argument
144 static inline void __mfp_config_run(struct mfp_pin *p) in __mfp_config_run()
150 static inline void __mfp_config_lpm(struct mfp_pin *p) in __mfp_config_lpm()
170 struct mfp_pin *p; in mfp_config() local
240 void __init mfp_init_addr(struct mfp_addr_map *map) in mfp_init_addr()
242 struct mfp_addr_map *p; in mfp_init_addr() local
268 struct mfp_pin *p = &mfp_table[0]; in mfp_config_lpm() local
277 struct mfp_pin *p = &mfp_table[0]; in mfp_config_run() local
/openbmc/linux/fs/minix/
H A Dbitmap.c27 static __u32 count_free(struct buffer_head *map[], unsigned blocksize, __u32 numbits) in count_free()
34 __u16 *p = (__u16 *)(*map++)->b_data; in count_free() local
111 struct minix_inode *p; in minix_V1_raw_inode() local
135 struct minix2_inode *p; in minix_V2_raw_inode() 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/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h38 int (*map)(struct nvkm_memory *, u64 offset, struct nvkm_vmm *, member
59 #define nvkm_memory_target(p) (p)->func->target(p) argument
60 #define nvkm_memory_page(p) (p)->func->page(p) argument
61 #define nvkm_memory_bar2(p) (p)->func->bar2(p) argument
62 #define nvkm_memory_addr(p) (p)->func->addr(p) argument
63 #define nvkm_memory_size(p) (p)->func->size(p) argument
64 #define nvkm_memory_boot(p,v) (p)->func->boot((p),(v)) argument
65 #define nvkm_memory_map(p,o,vm,va,av,ac) \ argument
67 #define nvkm_memory_kmap(p,i) ((p)->func->kmap ? (p)->func->kmap((p), (i)) : -ENOSYS) argument
89 #define nvkm_robj(o,a,p,s) do { \ argument
[all …]
/openbmc/linux/drivers/input/keyboard/
H A Dsh_keysc.c49 static unsigned long sh_keysc_read(struct sh_keysc_priv *p, int reg_nr) in sh_keysc_read()
54 static void sh_keysc_write(struct sh_keysc_priv *p, int reg_nr, in sh_keysc_write()
60 static void sh_keysc_level_mode(struct sh_keysc_priv *p, in sh_keysc_level_mode()
72 static void sh_keysc_map_dbg(struct device *dev, unsigned long *map, in sh_keysc_map_dbg()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c375 int err, s, c, p; in test_accept_after_delete() local
430 int err, s, c, p; in test_accept_before_delete() local
509 int c, p; in connect_accept_thread() local
775 int s, c, p, err, n; in redir_to_listening() local
980 int p; in test_reuseport_select_listening() local
1190 static void test_ops_cleanup(const struct bpf_map *map) in test_ops_cleanup()
1220 static const char *map_type_str(const struct bpf_map *map) in map_type_str()
1250 static void test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, in test_ops()
1432 int s, p, c; in vsock_socketpair_connectible() local
1580 struct bpf_map *map, int family, int sotype) in test_reuseport()
[all …]
/openbmc/linux/mm/
H A Dswapfile.c1133 struct swap_info_struct *p; in _swap_info_get() local
1168 struct swap_info_struct *p; in swap_info_get_cont() local
1335 struct swap_info_struct *p; in swap_free() local
1351 unsigned char *map; in put_swap_folio() local
1476 struct swap_info_struct *p; in swp_swapcount() local
1480 unsigned char *map; in swp_swapcount() local
1519 unsigned char *map = si->swap_map; in swap_page_trans_huge_swapped() local
1605 struct swap_info_struct *p; in free_swap_and_cache() local
2053 struct list_head *p; in try_to_unuse() local
3494 unsigned char *map; in add_swap_count_continuation() local
[all …]
/openbmc/linux/drivers/mtd/spi-nor/
H A Dsfdp.c14 #define SFDP_PARAM_HEADER_ID(p) (((p)->id_msb << 8) | (p)->id_lsb) argument
15 #define SFDP_PARAM_HEADER_PTP(p) \ argument
19 #define SFDP_PARAM_HEADER_PARAM_LEN(p) ((p)->length * 4) argument
360 static u8 spi_nor_sort_erase_mask(struct spi_nor_erase_map *map, u8 erase_mask) in spi_nor_sort_erase_mask()
389 static void spi_nor_regions_sort_erase_types(struct spi_nor_erase_map *map) in spi_nor_regions_sort_erase_types()
440 struct spi_nor_erase_map *map = &params->erase_map; in spi_nor_parse_bfpt() local
825 struct spi_nor_erase_map *map = &nor->params->erase_map; in spi_nor_init_non_uniform_erase_map() local
985 struct spi_nor_erase_map *map = &params->erase_map; in spi_nor_parse_4bait() local
/openbmc/linux/tools/perf/util/
H A Dmachine.c289 struct rb_node **p = &machines->guests.rb_root.rb_node; in machines__add() local
336 struct rb_node **p = &machines->guests.rb_root.rb_node; in machines__find() local
623 struct rb_node **p = &threads->entries.rb_root.rb_node; in ____machine__findnew_thread() local
966 struct map *map; in machine__process_ksymbol_unregister() local
1232 struct map *map; in machine__create_extra_kernel_map() local
1637 struct map *map; in machine__create_module() local
1931 struct map *map; in machine__process_mmap2_event() local
1999 struct map *map; in machine__process_mmap_event() local
3217 int (*fn)(struct thread *thread, void *p), in machine__for_each_thread()
3240 int (*fn)(struct thread *thread, void *p), in machines__for_each_thread()
[all …]
H A Dsymbol.c321 struct rb_node **p = &symbols->rb_root.rb_node; in __symbols__insert() local
605 char *p; in hex2u64() local
989 struct rb_node **p = &modules->rb_node; in add_module() local
1175 struct map *map) in validate_kcore_modules()
1194 struct map *map) in validate_kcore_addresses()
1241 static int dso__load_kcore(struct dso *dso, struct map *map, in dso__load_kcore()
1436 struct map *map, bool no_kcore) in __dso__load_kallsyms()
1468 struct map *map) in dso__load_kallsyms()
1743 int dso__load(struct dso *dso, struct map *map) in dso__load()
1942 int dso__load_vmlinux(struct dso *dso, struct map *map, in dso__load_vmlinux()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h22 } map; member
125 #define NVIF_RD32_(p,o,dr) nvif_rd32((p), (o) + (dr)) argument
126 #define NVIF_WR32_(p,o,dr,f) nvif_wr32((p), (o) + (dr), (f)) argument
127 #define NVIF_RD32(p,A...) DRF_RD(NVIF_RD32_, (p), 0, ##A) argument
128 #define NVIF_RV32(p,A...) DRF_RV(NVIF_RD32_, (p), 0, ##A) argument
129 #define NVIF_TV32(p,A...) DRF_TV(NVIF_RD32_, (p), 0, ##A) argument
130 #define NVIF_TD32(p,A...) DRF_TD(NVIF_RD32_, (p), 0, ##A) argument
131 #define NVIF_WR32(p,A...) DRF_WR( NVIF_WR32_, (p), 0, ##A) argument
132 #define NVIF_WV32(p,A...) DRF_WV( NVIF_WR32_, (p), 0, ##A) argument
133 #define NVIF_WD32(p,A...) DRF_WD( NVIF_WR32_, (p), 0, ##A) argument
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dchmc.c69 struct chmc_obp_map map[2]; member
75 struct chmc *p; member
159 struct jbusmc_obp_map map; member
242 struct jbusmc_obp_mem_layout *p = _prop; in get_pin_and_dimm_str() local
253 struct chmc_obp_mem_layout *p = _prop; in get_pin_and_dimm_str() local
276 struct jbusmc *p; in jbusmc_find_dimm_group() local
300 struct jbusmc *p; in jbusmc_print_dimm() local
402 struct jbusmc *p; in jbusmc_probe() local
522 struct chmc *p; in chmc_find_bank() local
700 struct chmc *p; in chmc_probe() local
[all …]
/openbmc/linux/kernel/bpf/
H A Doffload.c555 void bpf_map_offload_map_free(struct bpf_map *map) in bpf_map_offload_map_free()
569 u64 bpf_map_offload_map_mem_usage(const struct bpf_map *map) in bpf_map_offload_map_mem_usage()
575 int bpf_map_offload_lookup_elem(struct bpf_map *map, void *key, void *value) in bpf_map_offload_lookup_elem()
588 int bpf_map_offload_update_elem(struct bpf_map *map, in bpf_map_offload_update_elem()
606 int bpf_map_offload_delete_elem(struct bpf_map *map, void *key) in bpf_map_offload_delete_elem()
619 int bpf_map_offload_get_next_key(struct bpf_map *map, void *key, void *next_key) in bpf_map_offload_get_next_key()
662 int bpf_map_offload_info_fill(struct bpf_map_info *info, struct bpf_map *map) in bpf_map_offload_info_fill()
736 bool bpf_offload_prog_map_match(struct bpf_prog *prog, struct bpf_map *map) in bpf_offload_prog_map_match()
835 void *p = NULL; in bpf_dev_bound_resolve_kfunc() local
/openbmc/linux/drivers/base/regmap/
H A Dregmap.c396 struct regmap *map = __map; in regmap_lock_hwlock() local
403 struct regmap *map = __map; in regmap_lock_hwlock_irq() local
410 struct regmap *map = __map; in regmap_lock_hwlock_irqsave() local
418 struct regmap *map = __map; in regmap_unlock_hwlock() local
425 struct regmap *map = __map; in regmap_unlock_hwlock_irq() local
432 struct regmap *map = __map; in regmap_unlock_hwlock_irqrestore() local
444 struct regmap *map = __map; in regmap_lock_mutex() local
450 struct regmap *map = __map; in regmap_unlock_mutex() local
457 struct regmap *map = __map; in regmap_lock_spinlock() local
671 struct regmap *map; in __regmap_init() local
[all …]
/openbmc/linux/include/drm/
H A Ddrm_gem_dma_helper.h74 static inline void drm_gem_dma_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_dma_object_print_info()
111 struct iosys_map *map) in drm_gem_dma_object_vmap()
/openbmc/linux/drivers/gpio/
H A Dgpio-wcd934x.c11 #define WCD_PIN_MASK(p) BIT(p) argument
17 struct regmap *map; member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_client.c341 struct iosys_map *map = &buffer->map; in drm_client_buffer_vmap() local
372 struct iosys_map *map = &buffer->map; in drm_client_buffer_vunmap() local
523 struct drm_printer p = drm_seq_file_printer(m); in drm_client_debugfs_internal_clients() local
H A Ddrm_gem_vram_helper.c370 struct iosys_map *map) in drm_gem_vram_kmap_locked()
396 struct iosys_map *map) in drm_gem_vram_kunmap_locked()
433 int drm_gem_vram_vmap(struct drm_gem_vram_object *gbo, struct iosys_map *map) in drm_gem_vram_vmap()
463 struct iosys_map *map) in drm_gem_vram_vunmap()
810 struct iosys_map *map) in drm_gem_vram_object_vmap()
824 struct iosys_map *map) in drm_gem_vram_object_vunmap()
974 struct drm_printer p = drm_seq_file_printer(m); in drm_vram_mm_debugfs() local
/openbmc/linux/kernel/
H A Duser_namespace.c276 map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_max()
312 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down()
332 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
343 map_id_up_base(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_base()
363 map_id_up_max(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_max()
375 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
663 struct uid_gid_map *map) in m_start()
775 static int insert_extent(struct uid_gid_map *map, struct uid_gid_extent *extent) in insert_extent()
843 static int sort_idmaps(struct uid_gid_map *map) in sort_idmaps()
923 struct uid_gid_map *map, in map_write()
[all …]
/openbmc/linux/drivers/pcmcia/
H A Dsoc_common.c561 struct pcmcia_socket *sock, struct pccard_io_map *map) in soc_common_pcmcia_set_io_map()
615 struct pcmcia_socket *sock, struct pccard_mem_map *map) in soc_common_pcmcia_set_mem_map()
686 static void dump_bits(char **p, const char *prefix, in dump_bits()
710 char *p = buf; in show_status() local
/openbmc/linux/net/ceph/crush/
H A Dmapper.c42 int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size) in crush_find_rule()
110 unsigned int p = work->perm_n; in bucket_perm_choose() local
413 static int is_out(const struct crush_map *map, in is_out()
449 static int crush_choose_firstn(const struct crush_map *map, in crush_choose_firstn()
643 static void crush_choose_indep(const struct crush_map *map, in crush_choose_indep()
848 void crush_init_workspace(const struct crush_map *map, void *v) in crush_init_workspace()
894 int crush_do_rule(const struct crush_map *map, in crush_do_rule()
/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

12345678910>>...16