Searched refs:orig (Results 1 - 24 of 24) sorted by relevance

/arch/mips/mti-sead3/
H A Dsead3-time.c39 unsigned int orig; local
44 orig = readl(status_reg) & 0x2; /* get original sample */
46 while ((readl(status_reg) & 0x2) == orig)
48 orig = orig ^ 0x2; /* flip the bit */
55 while ((readl(status_reg) & 0x2) == orig)
57 orig = orig ^ 0x2; /* flip the bit */
/arch/x86/include/asm/
H A Dalternative-asm.h21 .macro altinstruction_entry orig alt feature orig_len alt_len
22 .long \orig - .
H A Dpgtable-3level.h166 union split_pmd res, *orig = (union split_pmd *)pmdp; local
169 res.pmd_low = xchg(&orig->pmd_low, 0);
170 res.pmd_high = orig->pmd_high;
171 orig->pmd_high = 0;
/arch/sparc/mm/
H A Dtlb.c105 pte_t *ptep, pte_t orig, int fullmm)
108 pte_dirty(orig)) {
109 unsigned long paddr, pfn = pte_pfn(orig);
132 tlb_batch_add_one(mm, vaddr, pte_exec(orig));
159 pmd_t orig = *pmdp; local
166 if ((pmd_val(pmd) ^ pmd_val(orig)) & _PAGE_PMD_HUGE) {
182 if (!pmd_none(orig)) {
184 if (pmd_trans_huge(orig)) {
185 pte_t orig_pte = __pte(pmd_val(orig));
191 tlb_batch_pmd_scan(mm, addr, orig);
104 tlb_batch_add(struct mm_struct *mm, unsigned long vaddr, pte_t *ptep, pte_t orig, int fullmm) argument
[all...]
/arch/mips/txx9/generic/
H A Dsmsc_fdc37m81x.c138 u8 orig; local
143 orig = smsc_fdc37m81x_rd(SMSC_FDC37M81X_DNUM);
168 smsc_dc37m81x_wr(SMSC_FDC37M81X_DNUM, orig);
/arch/ia64/lib/
H A Dstrlen.S73 #define orig r17 define
89 mov orig=in0 // keep trackof initial byte address
143 sub ret0=src,orig // distance from base
185 sub ret0=base,orig // distance from base
H A Dstrlen_user.S75 #define orig r17 define
91 mov orig=in0 // keep trackof initial byte address
146 sub ret0=src,orig // distance from origin
182 sub ret0=base,orig // distance from base
/arch/alpha/kernel/
H A Dsys_sio.c238 unsigned char orig, config; local
277 outb(0x0f, 0x3ce); orig = inb(0x3cf); /* read PR5 */
285 outb(0x0f, 0x3ce); outb(orig, 0x3cf); /* (re)lock PR0-4 */
/arch/powerpc/kernel/
H A Dvdso.c357 const char *orig, const char *fix)
361 sym32_gen = find_symbol32(v32, orig);
363 printk(KERN_ERR "vDSO32: Can't find symbol %s !\n", orig);
454 const char *orig, const char *fix)
458 sym64_gen = find_symbol64(v64, orig);
460 printk(KERN_ERR "vDSO64: Can't find symbol %s !\n", orig);
355 vdso_do_func_patch32(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64, const char *orig, const char *fix) argument
452 vdso_do_func_patch64(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64, const char *orig, const char *fix) argument
/arch/s390/kernel/
H A Duprobes.c114 unsigned long orig; local
116 orig = regs->gprs[14];
118 return orig;
/arch/m68k/fpsp040/
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 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_snan.S90 cmpib #VER_40,(%a7) |test for orig unimp frame
118 cmpib #VER_40,(%a7) |test for orig unimp frame
H A Dfpsp.h332 .set UNIMP_40_SIZE,44 | size of orig unimp frame
/arch/x86/kernel/
H A Dcpuid.c61 static loff_t cpuid_seek(struct file *file, loff_t offset, int orig) argument
67 switch (orig) {
H A Dmsr.c46 static loff_t msr_seek(struct file *file, loff_t offset, int orig) argument
52 switch (orig) {
/arch/x86/lib/
H A Dcopy_user_64.S27 * else jmp to orig is used.
29 .macro ALTERNATIVE_JUMP feature1,feature2,orig,alt1,alt2
32 .long \orig-1f /* by default jump to orig */
/arch/cris/arch-v10/drivers/
H A Deeprom.c82 static loff_t eeprom_lseek(struct file * file, loff_t offset, int orig);
395 static loff_t eeprom_lseek(struct file * file, loff_t offset, int orig) argument
398 * orig 0: position from begning of eeprom
399 * orig 1: relative from current position
400 * orig 2: position from last eeprom address
403 switch (orig)
/arch/sparc/include/asm/
H A Dpgtable_64.h873 pte_t *ptep, pte_t orig, int fullmm);
888 pte_t orig = *ptep; local
898 if (likely(mm != &init_mm) && pte_accessible(mm, orig))
899 tlb_batch_add(mm, addr, ptep, orig, fullmm);
/arch/arc/include/asm/
H A Dentry.h163 ; Retrieve orig r25 and save it on stack
/arch/x86/kvm/
H A Dmmu.c442 union split_spte *ssptep, sspte, orig; local
448 orig.spte_low = xchg(&ssptep->spte_low, sspte.spte_low);
449 orig.spte_high = ssptep->spte_high;
453 return orig.spte;
477 union split_spte spte, *orig = (union split_spte *)sptep; local
484 spte.spte_low = orig->spte_low;
487 spte.spte_high = orig->spte_high;
490 if (unlikely(spte.spte_low != orig->spte_low ||
/arch/c6x/kernel/
H A Dentry.S117 STDW .D2T1 A5:A4,*SP--[1] ; save TSR and orig A4
/arch/arc/kernel/
H A Dentry.S435 ; Tracing code now returns the syscall num (orig or modif)
/arch/xtensa/kernel/
H A Dentry.S1028 TRY l32i a7, a3, 0 # orig

Completed in 3768 milliseconds