Home
last modified time | relevance | path

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

12345678

/openbmc/linux/arch/riscv/kernel/
H A Dmodule.c47 static int apply_r_riscv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_branch_rela()
60 static int apply_r_riscv_jal_rela(struct module *me, u32 *location, in apply_r_riscv_jal_rela()
149 static int apply_r_riscv_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_hi20_rela()
166 static int apply_r_riscv_lo12_i_rela(struct module *me, u32 *location, in apply_r_riscv_lo12_i_rela()
176 static int apply_r_riscv_lo12_s_rela(struct module *me, u32 *location, in apply_r_riscv_lo12_s_rela()
236 static int apply_r_riscv_call_rela(struct module *me, u32 *location, in apply_r_riscv_call_rela()
256 static int apply_r_riscv_relax_rela(struct module *me, u32 *location, in apply_r_riscv_relax_rela()
262 static int apply_r_riscv_align_rela(struct module *me, u32 *location, in apply_r_riscv_align_rela()
271 static int apply_r_riscv_add16_rela(struct module *me, u32 *location, in apply_r_riscv_add16_rela()
278 static int apply_r_riscv_add32_rela(struct module *me, u32 *location, in apply_r_riscv_add32_rela()
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule.c46 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none()
52 static int apply_r_larch_error(struct module *me, u32 *location, Elf_Addr v, in apply_r_larch_error()
59 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32()
66 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64()
105 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_plt_pcrel()
119 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop()
256 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_add_sub()
279 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v, in apply_r_larch_b26()
312 static int apply_r_larch_pcala(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_pcala()
347 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v, in apply_r_larch_got_pc()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dmodule.c44 static void apply_r_mips_32(u32 *location, u32 base, Elf_Addr v) in apply_r_mips_32()
49 static int apply_r_mips_26(struct module *me, u32 *location, u32 base, in apply_r_mips_26()
70 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16()
109 static int apply_r_mips_lo16(struct module *me, u32 *location, in apply_r_mips_lo16()
181 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc()
212 static int apply_r_mips_pc16(struct module *me, u32 *location, u32 base, in apply_r_mips_pc16()
218 static int apply_r_mips_pc21(struct module *me, u32 *location, u32 base, in apply_r_mips_pc21()
230 static int apply_r_mips_64(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_64()
240 static int apply_r_mips_higher(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_higher()
251 static int apply_r_mips_highest(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_highest()
[all …]
H A Dvpe.c227 static int apply_r_mips_none(struct module *me, uint32_t *location, in apply_r_mips_none()
233 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, in apply_r_mips_gprel16()
258 static int apply_r_mips_pc16(struct module *me, uint32_t *location, in apply_r_mips_pc16()
277 static int apply_r_mips_32(struct module *me, uint32_t *location, in apply_r_mips_32()
285 static int apply_r_mips_26(struct module *me, uint32_t *location, in apply_r_mips_26()
310 static int apply_r_mips_hi16(struct module *me, uint32_t *location, in apply_r_mips_hi16()
332 static int apply_r_mips_lo16(struct module *me, uint32_t *location, in apply_r_mips_lo16()
432 uint32_t *location; in apply_relocations() local
/openbmc/linux/lib/
H A Dubsan.h61 struct source_location location; member
66 struct source_location location; member
73 struct source_location location; member
80 struct source_location *location; member
87 struct source_location location; member
93 struct source_location location; member
99 struct source_location location; member
105 struct source_location location; member
109 struct source_location location; member
114 struct source_location location; member
/openbmc/u-boot/common/
H A Dsplash_source.c63 static int splash_storage_read_raw(struct splash_location *location, in splash_storage_read_raw()
84 static int splash_load_raw(struct splash_location *location, u32 bmp_load_addr) in splash_load_raw()
111 static int splash_select_fs_dev(struct splash_location *location) in splash_select_fs_dev()
179 static int splash_mount_ubifs(struct splash_location *location) in splash_mount_ubifs()
200 static inline int splash_mount_ubifs(struct splash_location *location) in splash_mount_ubifs()
215 static int splash_load_fs(struct splash_location *location, u32 bmp_load_addr) in splash_load_fs()
302 static int splash_load_fit(struct splash_location *location, u32 bmp_load_addr) in splash_load_fit()
/openbmc/linux/arch/xtensa/kernel/
H A 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
/openbmc/u-boot/include/linux/mtd/
H A Domap_elm.h45 struct location { struct
46 u32 location_status; /* 0x800 */ argument
48 u32 error_location_x[ELM_MAX_ERROR_COUNT]; /* 0x880, 0x980, .. */ argument
70 struct location error_location[ELM_MAX_CHANNELS]; /* 0x800,0x900 ... */ argument
/openbmc/linux/tools/wmi/
H A 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
/openbmc/linux/arch/csky/kernel/
H A Dmodule.c28 static void jsri_2_lrw_jsr(uint32_t *location) in jsri_2_lrw_jsr()
43 static inline void jsri_2_lrw_jsr(uint32_t *location) in jsri_2_lrw_jsr()
55 uint32_t *location; in apply_relocate_add() local
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js39 location: `${await this.dispatch( property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0201
46 location: '/redfish/v1/AccountService/LDAP/Certificates/', property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0301
51 location: `${await this.dispatch( property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0401
/openbmc/linux/arch/m68k/kernel/
H A Dmodule.c31 uint32_t *location; in apply_relocate() local
71 uint32_t *location; in apply_relocate_add() local
/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c289 const struct nfs4_fs_location *location) in try_location()
386 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() local
485 const struct nfs4_fs_location *location) in nfs4_try_replacing_one_location()
560 const struct nfs4_fs_location *location = in nfs4_replace_transport() local
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c53 static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) in fs_enet_fec_mii_read()
76 static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) in fs_enet_fec_mii_write()
/openbmc/webui-vue/src/store/modules/Logs/
H A DDumpsStore.js19 location: dump['@odata.id'], property in AnonymousClassa525301a0101
81 const promises = dumps.map(({ location }) => field in DumpsStore.actions.deleteDumps.AnonymousClassa525301a0601
/openbmc/u-boot/env/
H A Denv.c88 static bool env_has_inited(enum env_location location) in env_has_inited()
93 static void env_set_inited(enum env_location location) in env_set_inited()
H A Dnand.c162 static int erase_and_write_env(const struct nand_env_location *location, in erase_and_write_env()
188 static const struct nand_env_location location[] = { in env_nand_save() local
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_32.c157 static uint32_t do_plt_call(void *location, in do_plt_call()
205 uint32_t *location; in apply_relocate_add() local
/openbmc/phosphor-webui/app/common/services/
H A DapiInterceptor.js15 function($q, $rootScope, dataService, $location) {
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_rxnfc.c39 int location) in tsnep_get_rule()
156 int location = 0; in tsnep_rxnfc_find_location() local
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c20 u32 location; member
449 static struct otx2_flow *otx2_find_flow(struct otx2_nic *pfvf, u32 location) in otx2_find_flow()
490 u32 location) in otx2_get_flow()
512 u32 location = 0; in otx2_get_all_flows() local
1259 int otx2_remove_flow(struct otx2_nic *pfvf, u32 location) in otx2_remove_flow()
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.hpp86 std::unordered_map<ObjectPath, std::unique_ptr<LocationIntf>> location; member in pldm::dbus::CustomDBus
/openbmc/linux/arch/openrisc/kernel/
H A Dmodule.c25 uint32_t *location; in apply_relocate_add() local
/openbmc/phosphor-webui/app/server-control/directives/
H A Dkvm-console.js16 function($log, $cookies, $location) {
/openbmc/linux/arch/powerpc/platforms/pasemi/
H A 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()

12345678