Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 143) sorted by relevance

123456

/Linux-v5.15/arch/riscv/kernel/
Dmodule.c16 static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_32_rela()
27 static int apply_r_riscv_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_64_rela()
33 static int apply_r_riscv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_branch_rela()
46 static int apply_r_riscv_jal_rela(struct module *me, u32 *location, in apply_r_riscv_jal_rela()
59 static int apply_r_riscv_rcv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_rcv_branch_rela()
74 static int apply_r_riscv_rvc_jump_rela(struct module *me, u32 *location, in apply_r_riscv_rvc_jump_rela()
92 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_hi20_rela()
110 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_i_rela()
121 static int apply_r_riscv_pcrel_lo12_s_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_s_rela()
135 static int apply_r_riscv_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_hi20_rela()
[all …]
/Linux-v5.15/arch/mips/kernel/
Dmodule.c43 static void apply_r_mips_32(u32 *location, u32 base, Elf_Addr v) in apply_r_mips_32()
48 static int apply_r_mips_26(struct module *me, u32 *location, u32 base, in apply_r_mips_26()
69 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16()
108 static int apply_r_mips_lo16(struct module *me, u32 *location, in apply_r_mips_lo16()
180 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc()
211 static int apply_r_mips_pc16(struct module *me, u32 *location, u32 base, in apply_r_mips_pc16()
217 static int apply_r_mips_pc21(struct module *me, u32 *location, u32 base, in apply_r_mips_pc21()
223 static int apply_r_mips_pc26(struct module *me, u32 *location, u32 base, in apply_r_mips_pc26()
229 static int apply_r_mips_64(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_64()
239 static int apply_r_mips_higher(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_higher()
[all …]
Dvpe.c228 static int apply_r_mips_none(struct module *me, uint32_t *location, in apply_r_mips_none()
234 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, in apply_r_mips_gprel16()
259 static int apply_r_mips_pc16(struct module *me, uint32_t *location, in apply_r_mips_pc16()
278 static int apply_r_mips_32(struct module *me, uint32_t *location, in apply_r_mips_32()
286 static int apply_r_mips_26(struct module *me, uint32_t *location, in apply_r_mips_26()
311 static int apply_r_mips_hi16(struct module *me, uint32_t *location, in apply_r_mips_hi16()
333 static int apply_r_mips_lo16(struct module *me, uint32_t *location, in apply_r_mips_lo16()
433 uint32_t *location; in apply_relocations() local
/Linux-v5.15/lib/
Dubsan.h29 struct source_location location; member
34 struct source_location location; member
41 struct source_location location; member
48 struct source_location *location; member
55 struct source_location location; member
61 struct source_location location; member
67 struct source_location location; member
73 struct source_location location; member
77 struct source_location location; member
82 struct source_location location; member
/Linux-v5.15/arch/xtensa/kernel/
Dmodule.c26 decode_calln_opcode (unsigned char *location) in decode_calln_opcode()
37 decode_l32r_opcode (unsigned char *location) in decode_l32r_opcode()
56 unsigned char *location; in apply_relocate_add() local
/Linux-v5.15/tools/wmi/
Ddell-smbios-example.c53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token()
94 static int token_is_active(__u16 *location, __u16 *cmpvalue, in token_is_active()
111 __u16 location; in query_token() local
126 __u16 location; in activate_token() local
/Linux-v5.15/arch/csky/kernel/
Dmodule.c28 static void jsri_2_lrw_jsr(uint32_t *location) in jsri_2_lrw_jsr()
43 static void inline jsri_2_lrw_jsr(uint32_t *location) in jsri_2_lrw_jsr()
55 uint32_t *location; in apply_relocate_add() local
/Linux-v5.15/Documentation/admin-guide/
Dbug-hunting.rst108 gdb
190 objdump
/Linux-v5.15/fs/nfs/
Dnfs4namespace.c283 const struct nfs4_fs_location *location) in try_location()
380 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() local
474 const struct nfs4_fs_location *location) in nfs4_try_replacing_one_location()
550 const struct nfs4_fs_location *location = in nfs4_replace_transport() local
/Linux-v5.15/arch/m68k/kernel/
Dmodule.c31 uint32_t *location; in apply_relocate() local
71 uint32_t *location; in apply_relocate_add() local
/Linux-v5.15/drivers/net/ethernet/freescale/fs_enet/
Dmii-fec.c52 static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) in fs_enet_fec_mii_read()
75 static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) in fs_enet_fec_mii_write()
/Linux-v5.15/arch/powerpc/kernel/
Dmodule_32.c156 static uint32_t do_plt_call(void *location, in do_plt_call()
195 uint32_t *location; in apply_relocate_add() local
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c20 u32 location; member
407 static struct otx2_flow *otx2_find_flow(struct otx2_nic *pfvf, u32 location) in otx2_find_flow()
448 u32 location) in otx2_get_flow()
470 u32 location = 0; in otx2_get_all_flows() local
1146 int otx2_remove_flow(struct otx2_nic *pfvf, u32 location) in otx2_remove_flow()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c516 int location) in find_ethtool_rule()
528 int location) in get_ethtool_rule()
766 mlx5e_ethtool_flow_remove(struct mlx5e_priv *priv, int location) in mlx5e_ethtool_flow_remove()
787 struct ethtool_rxnfc *info, int location) in mlx5e_ethtool_get_flow()
818 int location = 0; in mlx5e_ethtool_get_all_flows() local
/Linux-v5.15/arch/openrisc/kernel/
Dmodule.c25 uint32_t *location; in apply_relocate_add() local
/Linux-v5.15/arch/powerpc/platforms/pasemi/
Dgpio_mdio.c115 static int gpio_mdio_read(struct mii_bus *bus, int phy_id, int location) in gpio_mdio_read()
154 static int gpio_mdio_write(struct mii_bus *bus, int phy_id, int location, u16 val) in gpio_mdio_write()
/Linux-v5.15/arch/microblaze/kernel/
Dmodule.c25 unsigned long int *location; in apply_relocate_add() local
/Linux-v5.15/drivers/net/ethernet/dec/tulip/
Dmedia.c47 int tulip_mdio_read(struct net_device *dev, int phy_id, int location) in tulip_mdio_read()
109 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) in tulip_mdio_write()
/Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/queue/interface/
Dia_css_queue_comm.h48 u8 location; /* Cell location for queue */ member
/Linux-v5.15/arch/sh/kernel/
Dmodule.c34 uint32_t *location; in apply_relocate_add() local
/Linux-v5.15/tools/perf/scripts/python/
Dnet_dropmonitor.py73 skbaddr, location, protocol): argument
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.c1685 void hw_atl_rpfl3l4_ipv4_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_ipv4_dest_addr_clear()
1690 void hw_atl_rpfl3l4_ipv4_src_addr_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_ipv4_src_addr_clear()
1695 void hw_atl_rpfl3l4_cmd_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_cmd_clear()
1700 void hw_atl_rpfl3l4_ipv6_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_ipv6_dest_addr_clear()
1710 void hw_atl_rpfl3l4_ipv6_src_addr_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_ipv6_src_addr_clear()
1720 void hw_atl_rpfl3l4_ipv4_dest_addr_set(struct aq_hw_s *aq_hw, u8 location, in hw_atl_rpfl3l4_ipv4_dest_addr_set()
1727 void hw_atl_rpfl3l4_ipv4_src_addr_set(struct aq_hw_s *aq_hw, u8 location, in hw_atl_rpfl3l4_ipv4_src_addr_set()
1735 void hw_atl_rpfl3l4_cmd_set(struct aq_hw_s *aq_hw, u8 location, u32 cmd) in hw_atl_rpfl3l4_cmd_set()
1740 void hw_atl_rpfl3l4_ipv6_src_addr_set(struct aq_hw_s *aq_hw, u8 location, in hw_atl_rpfl3l4_ipv6_src_addr_set()
1751 void hw_atl_rpfl3l4_ipv6_dest_addr_set(struct aq_hw_s *aq_hw, u8 location, in hw_atl_rpfl3l4_ipv6_dest_addr_set()
/Linux-v5.15/arch/hexagon/kernel/
Dmodule.c73 uint32_t *location; in apply_relocate_add() local
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dstrobemeta.h344 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var() local
360 void *location; in read_str_var() local
392 void *location; in read_map_var() local
/Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/queue/src/
Dqueue_access.h56 u8 location; /* Cell location for queue */ member

123456