Searched refs:loc (Results 1 - 25 of 207) sorted by path

123456789

/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S7650 mov.l SRC_HI(%a0),FP_SCR0_HI(%a6) # copy to tmp loc
7651 mov.l SRC_LO(%a0),FP_SCR0_LO(%a6) # copy to tmp loc
20051 # %a0 : loc. of dbl denorm
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h181 uint64_t loc:1; member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn30xx
185 uint64_t loc:1;
195 uint64_t loc:1; member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn38xx
199 uint64_t loc:1;
211 uint64_t loc:1; member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn50xx
215 uint64_t loc:1;
229 uint64_t loc:1; member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn52xx
233 uint64_t loc:1;
245 uint64_t loc:1; member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn52xxp1
249 uint64_t loc
[all...]
/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/fs/jfs/
H A Djfs_types.h100 pxd_t loc; /* 8: address and length in unit of fsblksize */ member in struct:__anon1237
112 #define DXDlength(dxd, len) PXDlength(&(dxd)->loc, len)
113 #define DXDaddress(dxd, addr) PXDaddress(&(dxd)->loc, addr)
114 #define lengthDXD(dxd) lengthPXD(&(dxd)->loc)
115 #define addressDXD(dxd) addressPXD(&(dxd)->loc)
/linux-master/fs/ufs/
H A Dufs_fs.h255 #define ufs_blkoff(loc) ((loc) & uspi->s_qbmask)
256 #define ufs_fragoff(loc) ((loc) & uspi->s_qfmask)
258 #define ufs_lblkno(loc) ((loc) >> uspi->s_bshift)
259 #define ufs_numfrags(loc) ((loc) >> uspi->s_fshift)
/linux-master/lib/reed_solomon/
H A Ddecode_rs.c39 uint16_t *loc = rsc->buffers + RS_DECODE_LOC * (nroots + 1); variable
218 loc[count] = k;
295 k = (fcr + i) * prim * (nn-loc[j]-1);
312 eras_pos[j++] = loc[i] - pad;
318 if (loc[i] < (nn - nroots))
319 data[loc[i] - pad] ^= b[i];
321 par[loc[i] - pad - len] ^= b[i];
/linux-master/net/ipv6/ila/
H A Dila_common.c32 (__be32 *)&iaddr->loc);
154 iaddr->loc = p->locator;
/linux-master/arch/arc/kernel/
H A Dunwind.c140 uleb128_t loc, org; member in struct:unwind_state
298 * instead of the initial loc addr
664 state->loc += delta * state->codeAlign;
669 unw_debug("delta %3lu => loc 0x%lx: ", delta, state->loc);
714 state->loc = state->org;
733 state->loc = read_pointer(&ptr.p8, end,
735 if (state->loc == 0)
737 unw_debug("cfa_set_loc: 0x%lx ", state->loc);
807 const uleb128_t loc local
[all...]
/linux-master/arch/arm/include/asm/
H A Dmodule.h39 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val);
41 bool in_module_plt(unsigned long loc);
43 static inline bool in_module_plt(unsigned long loc) { return false; } argument
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c46 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) argument
48 struct mod_plt_sec *pltsec = !within_module_init(loc, mod) ?
283 bool in_module_plt(unsigned long loc) argument
289 mod = __module_text_address(loc);
290 ret = mod && (loc - (u32)mod->arch.core.plt_ent < mod->arch.core.plt_count * PLT_ENT_SIZE ||
291 loc - (u32)mod->arch.init.plt_ent < mod->arch.init.plt_count * PLT_ENT_SIZE);
H A Dmodule.c120 unsigned long loc; local
149 loc = dstsec->sh_addr + rel->r_offset;
158 *(u32 *)loc += sym->st_value;
170 offset = __mem_to_opcode_arm(*(u32 *)loc);
174 offset += sym->st_value - loc;
178 * supported range. Note that 'offset + loc + 8'
185 offset = get_module_plt(module, loc,
186 offset + loc + 8)
187 - loc - 8;
193 ELF32_R_TYPE(rel->r_info), loc,
[all...]
/linux-master/arch/arm/mm/
H A Dcache-v7.S131 beq finished @ if loc is 0, then no need to clean
H A Dcache-v7m.S179 beq finished @ if loc is 0, then no need to clean
H A Dproc-sa110.S53 * cpu_sa110_reset(loc)
59 * loc: location to jump to for soft reset
93 ldr r1, =UNCACHEABLE_ADDR @ load from uncacheable loc
/linux-master/arch/arm64/include/asm/
H A Dmodule.h25 void *loc, const Elf64_Rela *rela,
29 void *loc, u64 val);
/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
H A Dmodule.c354 void *loc; local
359 /* loc corresponds to P in the AArch64 ELF document. */
360 loc = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr
384 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64);
387 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32);
390 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16);
394 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64);
397 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32);
400 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16);
408 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, va
[all...]
/linux-master/arch/arm64/kernel/pi/
H A Dpatch-scs.c60 static void __always_inline scs_patch_loc(u64 loc) argument
62 u32 insn = le32_to_cpup((void *)loc);
66 *(u32 *)loc = cpu_to_le32(SCS_PUSH);
69 *(u32 *)loc = cpu_to_le32(SCS_POP);
84 asm("dc civac, %0" :: "r"(loc));
87 :: "r"(loc));
140 u64 loc = (u64)offset_to_ptr(&frame->initial_loc); local
156 * Starting from 'loc', apply the CFA opcodes that advance the location
167 loc += *opcode++ * code_alignment_factor;
172 loc
[all...]
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c1897 u8 loc; local
1908 loc = (ctr_el0 & CTR_EL0_DIC) ? 1 : 2;
1909 clidr = CACHE_TYPE_UNIFIED << CLIDR_CTYPE_SHIFT(loc);
1916 loc = 1;
1930 clidr |= loc << CLIDR_LOC_SHIFT;
1938 clidr |= 2 << CLIDR_TTYPE_SHIFT(loc);
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c169 int get_target(struct jit_context *ctx, u32 loc) argument
171 u32 index = INDEX(ctx->descriptors[loc]);
H A Dbpf_jit_comp.h154 int get_target(struct jit_context *ctx, u32 loc);
/linux-master/arch/nios2/kernel/
H A Dmodule.c56 uint32_t *loc local
74 *loc += v;
77 v -= (uint32_t)loc + 4;
84 word = *loc;
85 *loc = ((((word >> 22) << 16) | (v & 0xffff)) << 6) |
94 if ((v >> 28) != ((uint32_t)loc >> 28)) {
99 *loc = (*loc & 0x3f) | ((v >> 2) << 6);
102 word = *loc;
103 *loc
[all...]
/linux-master/arch/parisc/kernel/
H A Dmodule.c510 Elf32_Word *loc; local
523 loc = (void *)sechdrs[targetsec].sh_addr
536 dot = (Elf32_Addr)loc & ~0x03;
543 pr_debug("Symbol %s loc 0x%x val 0x%x addend 0x%x: %s\n",
545 (uint32_t)loc, val, addend,
563 *loc = fsel(val, addend);
567 *loc = fsel(val, addend);
572 *loc = mask(*loc, 21) | reassemble_21(val);
577 *loc
655 Elf64_Word *loc; local
[all...]
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/arch/powerpc/kernel/
H A Deeh_pe.c814 const char *loc = NULL; local
824 loc = of_get_property(dn, "ibm,io-base-loc-code", NULL);
826 loc = of_get_property(dn, "ibm,slot-location-code",
829 if (loc)
830 return loc;

Completed in 4141 milliseconds

123456789