Searched refs:orig (Results 1 - 25 of 314) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h332 .set UNIMP_40_SIZE,44 | size of orig unimp frame
H A Dgen_except.S60 cmpib #UNIMP_40_SIZE-4,1(%a7) |test for orig unimp frame
102 cmpib #UNIMP_40_SIZE-4,1(%a7) |test for orig unimp frame
280 cmpib #VER_40,(%a7) |test for orig unimp frame
331 moveql #13,%d0 |in orig, need to zero 14 lwords
H A Dx_fline.S68 cmpib #VER_40,(%a7) |test for orig unimp frame
70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
H A Dx_snan.S90 cmpib #VER_40,(%a7) |test for orig unimp frame
118 cmpib #VER_40,(%a7) |test for orig unimp frame
/linux-master/arch/mips/generic/
H A Dboard-sead3.c184 unsigned int freq, orig, tick = 0; local
189 orig = readl(status_reg) & 0x2; /* get original sample */
191 while ((readl(status_reg) & 0x2) == orig)
193 orig = orig ^ 0x2; /* flip the bit */
200 while ((readl(status_reg) & 0x2) == orig)
202 orig = orig ^ 0x2; /* flip the bit */
/linux-master/arch/mips/txx9/generic/
H A Dsmsc_fdc37m81x.c135 u8 orig; local
140 orig = smsc_fdc37m81x_rd(SMSC_FDC37M81X_DNUM);
165 smsc_dc37m81x_wr(SMSC_FDC37M81X_DNUM, orig);
/linux-master/drivers/crypto/
H A Domap-crypto.h30 void omap_crypto_cleanup(struct scatterlist *sg, struct scatterlist *orig,
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h91 static inline void sym_que_move(struct sym_quehead *orig, argument
96 first = orig->flink;
97 if (first != orig) {
100 last = orig->blink;
103 orig->flink = orig;
104 orig->blink = orig;
/linux-master/include/linux/mtd/
H A Dmap.h343 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned char *buf, int start, int len) argument
348 char *dest = (char *)&orig;
360 orig.x[0] &= ~(0xff << bitpos);
361 orig.x[0] |= (unsigned long)buf[i-start] << bitpos;
364 return orig;
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_802_3.h34 __u8 orig[3]; member in struct:hdr_ui
42 __u8 orig[3]; member in struct:hdr_ni
/linux-master/net/netfilter/ipvs/
H A Dip_vs_nfct.c143 struct nf_conntrack_tuple *orig, new_reply; local
157 orig = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
158 ip_vs_conn_fill_param(net_ipvs(net), exp->tuple.src.l3num, orig->dst.protonum,
159 &orig->src.u3, orig->src.u.tcp.port,
160 &orig->dst.u3, orig->dst.u.tcp.port, &p);
194 __func__, ct, ct->status, ARG_TUPLE(orig));
/linux-master/tools/testing/ktest/examples/
H A Dsnowball.conf37 START_MIN_CONFIG = ${THIS_DIR}/config.orig
/linux-master/arch/alpha/kernel/
H A Dsys_sio.c263 unsigned char orig, config; local
302 outb(0x0f, 0x3ce); orig = inb(0x3cf); /* read PR5 */
310 outb(0x0f, 0x3ce); outb(orig, 0x3cf); /* (re)lock PR0-4 */
/linux-master/arch/arc/include/asm/
H A Datomic-llsc.h48 unsigned int val, orig; \
51 "1: llock %[orig], [%[ctr]] \n" \
52 " " #asm_op " %[val], %[orig], %[i] \n" \
56 [orig] "=&r" (orig) \
61 return orig; \
H A Datomic-spinlock.h63 unsigned int orig; \
69 orig = v->counter; \
73 return orig; \
H A Datomic64-arcv2.h91 s64 val, orig; \
100 : "=&r"(orig), "=&r"(val) \
104 return orig; \
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S203 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
229 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig
/linux-master/arch/arm/probes/kprobes/
H A Dopt-arm.c182 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *orig)
189 if (!can_optimize(orig))
222 (long)orig->addr + 8) & 0xfe000003;
239 BUG_ON(orig->ainsn.stack_space < 0);
241 stack_protect += orig->ainsn.stack_space;
260 orig->ainsn.kprobe_direct_exec = false;
261 if (can_kprobe_direct_exec(orig->ainsn.register_usage_flags)) {
273 code[TMPL_RESTORE_ORIGN_INSN] = __opcode_to_mem_arm(orig->opcode);
277 orig->ainsn.kprobe_direct_exec = true;
/linux-master/arch/loongarch/include/asm/
H A Dalternative-asm.h15 .macro altinstruction_entry orig alt feature orig_len alt_len
16 .long \orig - .
/linux-master/arch/mips/include/asm/
H A Dbitops.h184 unsigned long res, orig; local
189 orig = __test_bit_op(*m, "%0",
192 res = (orig & BIT(bit)) != 0;
228 unsigned long res, orig; local
240 orig = __test_bit_op(*m, "%0",
244 res = (orig & BIT(bit)) != 0;
265 unsigned long res, orig; local
272 orig = __test_bit_op(*m, "%0",
275 res = (orig & BIT(bit)) != 0;
286 unsigned long orig; local
[all...]
/linux-master/arch/mips/n64/
H A Dinit.c88 void *orig; local
122 orig = kzalloc(W * H * 2 + 63, GFP_DMA | GFP_KERNEL);
123 if (!orig)
125 phys = virt_to_phys(orig);
/linux-master/arch/riscv/kernel/
H A Dkernel_mode_vector.c28 int orig; local
30 orig = riscv_v_flags();
31 BUG_ON((orig & flags) != 0);
32 riscv_v_flags_set(orig | flags);
38 int orig; local
41 orig = riscv_v_flags();
42 BUG_ON((orig & flags) == 0);
43 riscv_v_flags_set(orig & ~flags);
/linux-master/arch/s390/kernel/
H A Dftrace.c82 static const char orig[6] = { 0xc0, 0x04, 0x00, 0x00, 0x00, 0x00 }; local
110 if (WARN_ON_ONCE(memcmp((const void *)rec->ip, &orig, sizeof(orig))))
H A Duprobes.c146 unsigned long orig; local
148 orig = regs->gprs[14];
150 return orig;
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h896 pte_t *ptep, pte_t orig, int fullmm,
900 pte_t *ptep, pte_t orig, int fullmm,
909 if (likely(mm != &init_mm) && pte_accessible(mm, orig))
910 tlb_batch_add(mm, vaddr, ptep, orig, fullmm, hugepage_shift);
926 pte_t orig = *ptep; local
929 maybe_tlb_batch_add(mm, addr, ptep, orig, fullmm, PAGE_SHIFT);
899 maybe_tlb_batch_add(struct mm_struct *mm, unsigned long vaddr, pte_t *ptep, pte_t orig, int fullmm, unsigned int hugepage_shift) argument

Completed in 282 milliseconds

1234567891011>>