Searched refs:loc (Results 51 - 75 of 207) sorted by relevance

123456789

/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c70 void *loc, const Elf64_Rela *rela,
73 struct mod_plt_sec *pltsec = !within_module_init((unsigned long)loc, mod) ?
102 void *loc, u64 val)
104 struct mod_plt_sec *pltsec = !within_module_init((unsigned long)loc, mod) ?
119 le32_to_cpup((__le32 *)loc));
121 br = aarch64_insn_gen_branch_imm((u64)&plt[i].br, (u64)loc + 4,
69 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, void *loc, const Elf64_Rela *rela, Elf64_Sym *sym) argument
101 module_emit_veneer_for_adrp(struct module *mod, Elf64_Shdr *sechdrs, void *loc, u64 val) argument
/linux-master/arch/s390/boot/
H A Dstartup.c149 Elf64_Addr loc, val; local
156 loc = rela->r_offset + offset;
170 rc = arch_kexec_do_relocs(r_type, (void *) loc, val, 0);
200 long loc; local
204 loc = (long)*reloc + offset;
205 if (loc < min_addr || loc > max_addr)
207 *(u64 *)loc += offset;
/linux-master/arch/s390/include/asm/
H A Dkexec.h76 int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val,
/linux-master/drivers/net/usb/
H A Dasix.h233 int asix_mdio_read(struct net_device *netdev, int phy_id, int loc);
234 void asix_mdio_write(struct net_device *netdev, int phy_id, int loc, int val);
239 int asix_mdio_read_nopm(struct net_device *netdev, int phy_id, int loc);
240 void asix_mdio_write_nopm(struct net_device *netdev, int phy_id, int loc,
H A Dsr9700.c177 static int sr_mdio_read(struct net_device *netdev, int phy_id, int loc) argument
189 if (loc == MII_BMSR) {
196 sr_share_read_word(dev, 1, loc, &res);
202 netdev_dbg(netdev, "sr_mdio_read() phy_id=0x%02x, loc=0x%02x, returns=0x%04x\n",
203 phy_id, loc, res);
208 static void sr_mdio_write(struct net_device *netdev, int phy_id, int loc, argument
219 netdev_dbg(netdev, "sr_mdio_write() phy_id=0x%02x, loc=0x%02x, val=0x%04x\n",
220 phy_id, loc, val);
222 sr_share_write_word(dev, 1, loc, res);
H A Dch9200.c177 static int ch9200_mdio_read(struct net_device *netdev, int phy_id, int loc) argument
182 netdev_dbg(netdev, "%s phy_id:%02x loc:%02x\n",
183 __func__, phy_id, loc);
188 control_read(dev, REQUEST_READ, 0, loc * 2, buff, 0x02,
195 int phy_id, int loc, int val)
200 netdev_dbg(netdev, "%s() phy_id=%02x loc:%02x\n",
201 __func__, phy_id, loc);
209 control_write(dev, REQUEST_WRITE, 0, loc * 2, buff, 0x02,
194 ch9200_mdio_write(struct net_device *netdev, int phy_id, int loc, int val) argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-imc.c53 static u64 loc, *imc_mode_addr, *imc_cmd_addr; local
64 loc = (u64)(ptr->vbase) + cb_offset;
65 imc_mode_addr = (u64 *)(loc + IMC_CNTL_BLK_MODE_OFFSET);
70 imc_cmd_addr = (u64 *)(loc + IMC_CNTL_BLK_CMD_OFFSET);
/linux-master/drivers/net/ethernet/asix/
H A Dax88796c_ioctl.c171 int ax88796c_mdio_read(struct mii_bus *mdiobus, int phy_id, int loc) argument
177 AX_WRITE(&ax_local->ax_spi, MDIOCR_RADDR(loc)
193 ax88796c_mdio_write(struct mii_bus *mdiobus, int phy_id, int loc, u16 val) argument
202 MDIOCR_RADDR(loc) | MDIOCR_FADDR(phy_id)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dtu102.c39 u32 loc, sig, cnt; local
44 loc = *(u32 *)(blob->data + hshdr->patch_loc);
53 ret = nvkm_falcon_fw_sign(fw, loc, hshdr->sig_prod_size / cnt, blob->data,
69 fw->dmem_sign = loc - fw->dmem_base_img;
/linux-master/lib/
H A Dubsan.c129 static bool suppress_report(struct source_location *loc) argument
131 return current->in_ubsan || was_reported(loc);
217 static void ubsan_prologue(struct source_location *loc, const char *reason) argument
223 pr_err("UBSAN: %s in %s:%d:%d\n", reason, loc->file_name,
224 loc->line & LINE_MASK, loc->column & COLUMN_MASK);
226 kunit_fail_current_test("%s in %s", reason, loc->file_name);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c221 int i, loc; local
241 for (loc = -1, i = 0; i < MTHCA_QP_PER_MGM; ++i) {
243 loc = i;
248 if (loc == -1) {
254 mgm->qp[loc] = mgm->qp[i - 1];
/linux-master/scripts/dtc/
H A Ddtc-parser.y16 #define ERROR(loc, ...) \
18 srcpos_error((loc), "Error", __VA_ARGS__); \
408 char *loc = srcpos_string(&@2);
412 loc, $2, $1.bits / 4, ($2 & mask));
413 free(loc);
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c190 static int patch_location_16(uint32_t *loc, u16 value) argument
192 loc = PTR_ALIGN_DOWN(loc, sizeof(u32));
193 return patch_instruction(loc, ppc_inst((*loc & 0xffff0000) | value));
/linux-master/tools/testing/selftests/user_events/
H A Dftrace_test.c429 int loc, bytes; local
446 io[1].iov_base = &loc;
447 io[1].iov_len = sizeof(loc);
465 loc = DYN_LOC(0, bytes);
471 loc = DYN_LOC(1024, bytes);
476 loc = DYN_LOC(1, bytes);
481 loc = DYN_LOC(0, bytes + 1024);
486 loc = DYN_LOC(0, bytes + 1);
492 loc = DYN_LOC(0, bytes);
/linux-master/drivers/staging/vme_user/
H A Dvme_fake.c420 u8 *loc; local
434 loc = (u8 *)(bridge->slaves[i].buf_base + offset);
435 retval = *loc;
453 u16 *loc; local
467 loc = (u16 *)(bridge->slaves[i].buf_base + offset);
468 retval = *loc;
486 u32 *loc; local
500 loc = (u32 *)(bridge->slaves[i].buf_base + offset);
501 retval = *loc;
616 u8 *loc; local
646 u16 *loc; local
676 u32 *loc; local
[all...]
/linux-master/net/ipv6/ila/
H A Dila_common.c32 (__be32 *)&iaddr->loc);
154 iaddr->loc = p->locator;
/linux-master/net/bridge/
H A Dbr_private_mrp.h107 int br_mrp_ring_port_open(struct net_device *dev, u8 loc);
108 int br_mrp_in_port_open(struct net_device *dev, u8 loc);
/linux-master/include/kunit/
H A Dassert.h55 void kunit_assert_prologue(const struct kunit_loc *loc,
/linux-master/fs/udf/
H A Dpartition.c48 uint32_t loc; local
65 loc = le32_to_cpu(((__le32 *)(iinfo->i_data +
86 loc = le32_to_cpu(((__le32 *)bh->b_data)[index]);
96 return udf_get_pblock(sb, loc,
H A Dudfdecl.h209 udf_get_lb_pblock(struct super_block *sb, struct kernel_lb_addr *loc, argument
212 return udf_get_pblock(sb, loc->logicalBlockNum,
213 loc->partitionReferenceNum, offset);
/linux-master/arch/um/os-Linux/
H A Dprocess.c141 void *loc; local
147 loc = mmap64((void *) virt, len, prot, MAP_SHARED | MAP_FIXED,
149 if (loc == MAP_FAILED)
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c1022 unsigned int loc = cec_get_edid_spa_location(edid, size); local
1025 *offset = loc;
1026 if (loc == 0)
1028 return (edid[loc] << 8) | edid[loc + 1];
1046 unsigned int loc = cec_get_edid_spa_location(edid, size); local
1050 if (loc == 0)
1052 edid[loc] = phys_addr >> 8;
1053 edid[loc + 1] = phys_addr & 0xff;
1054 loc
[all...]
/linux-master/arch/parisc/kernel/
H A Dpdt.c120 struct pdc_pat_mem_phys_mem_location loc; local
128 pdc_pat_mem_get_dimm_phys_location(&loc, addr);
129 sprintf(dimm_txt, "DIMM slot %02x, ", loc.dimm_slot);
/linux-master/drivers/net/dsa/
H A Dbcm_sf2_cfp.c971 u32 loc, u32 *next_loc)
977 bcm_sf2_cfp_rule_addr_set(priv, loc);
1001 clear_bit(loc, priv->cfp.used);
1002 clear_bit(loc, priv->cfp.unique);
1008 u32 loc)
1013 ret = bcm_sf2_cfp_rule_del_one(priv, port, loc, &next_loc);
1024 static int bcm_sf2_cfp_rule_del(struct bcm_sf2_priv *priv, int port, u32 loc) argument
1029 if (loc > bcm_sf2_cfp_rule_size(priv))
1036 if (!test_bit(loc, priv->cfp.unique) || loc
970 bcm_sf2_cfp_rule_del_one(struct bcm_sf2_priv *priv, int port, u32 loc, u32 *next_loc) argument
1007 bcm_sf2_cfp_rule_remove(struct bcm_sf2_priv *priv, int port, u32 loc) argument
[all...]
/linux-master/lib/kunit/
H A Dassert.c13 void kunit_assert_prologue(const struct kunit_loc *loc, argument
29 expect_or_assert, loc->file, loc->line);

Completed in 211 milliseconds

123456789