Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 35) sorted by relevance

12

/arch/mips/pci/
Dfixup-cobalt.c56 unsigned char lt; in qube_raq_via_bmIDE_fixup() local
67 pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lt); in qube_raq_via_bmIDE_fixup()
68 if (lt < 64) in qube_raq_via_bmIDE_fixup()
/arch/arm64/lib/
Dmemset.S96 b.lt 2f
147 b.lt .Lnot_short /*count is at least 128 bytes*/
167 b.lt .Lnot_short /* Not enough to reach alignment. */
179 b.lt .Lnot_short
Dcrc32.S16 b.lt 8f // less than 16 bytes
Dcopy_template.S89 b.lt 2f
Dmemmove.S102 b.lt 2f
/arch/ia64/lib/
Dclear_page.S59 cmp.lt p8,p0=dst_fetch, dst_last
67 cmp.lt p8,p0=dst_fetch, dst_last
Dmemcpy_mck.S119 cmp.lt p6,p0=2*PREFETCH_DIST,cnt
120 cmp.lt p7,p8=1,cnt
292 cmp.lt p6,p7=blocksize,in2
302 cmp.lt p7,p8=1,r21
630 cmp.lt p8,p0=A,r0
Dclear_user.S69 cmp.lt p6,p0=16,len // if len > 16 then long memset
Dmemset.S186 cmp.lt p_scr, p0 = ptr9, ptr1 // do we need more prefetching?
240 cmp.lt p_scr, p0 = ptr9, ptr1 // do we need more prefetching?
Ddo_csum.S134 cmp.lt p0,p6=r0,len // check for zero length or negative (32bit len)
/arch/mips/include/asm/
Dcpu-features.h63 #define __isa_range(ge, lt) \ argument
64 ((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt)))
65 #define __isa_range_or_flag(ge, lt, flag) \ argument
66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))
67 #define __isa_range_and_ase(ge, lt, ase) \ argument
68 (__isa_range(ge, lt) && __ase(ase))
/arch/arm64/include/asm/
Del2_setup.h46 b.lt .Lskip_pmu_\@ // Skip if no PMU present
50 csel x2, xzr, x0, lt // all PMU counters from EL1
/arch/arm/lib/
Dclear_user.S32 strusr r2, r0, 1, lt
/arch/mips/kernel/
Dptrace.c164 unsigned long lt[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local
173 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs()
175 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs()
179 if (lt[i] & 0xffffffff80000000UL) in ptrace_set_watch_regs()
182 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs()
192 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs()
194 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
/arch/powerpc/lib/
DMakefile40 ifeq ($(call ld-ifversion, -lt, 225000000, y),y)
/arch/arm/mm/
Dcache-v7m.S64 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
73 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
/arch/arm/include/asm/
Dassembler.h202 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
458 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
/arch/powerpc/kernel/
Dhead_8xx.S761 bdnzt lt, 2b
790 bdnzt lt, 2b
802 bdnzt lt, 2b
/arch/s390/
DMakefile39 ifeq ($(call cc-ifversion, -lt, 1300, y), y)
/arch/arm64/crypto/
Dcrct10dif-ce-core.S264 b.lt .Lless_than_256_bytes_\@
340 b.lt .Lfold_16_bytes_loop_done_\@
Dchacha-neon-core.S664 ccmp x3, xzr, #4, lt
678 ccmp x3, xzr, #4, lt
692 ccmp x3, xzr, #4, lt
/arch/powerpc/crypto/
Daes-spe-modes.S361 bt lt,ppc_decrypt_cbc_end
423 bt lt,ppc_crypt_ctr_partial
/arch/ia64/kernel/
Dgate.S271 cmp.lt p7,p0=r14,r0 // p7 <- (r14 < 0)?
Dentry.S477 cmp.lt p6,p0=r8,r0 // check tracehook
512 cmp.lt p6,p0=r8,r0 // syscall failed?
1032 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse
1059 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse
/arch/mips/include/asm/octeon/
Dcvmx-pciercx-defs.h186 __BITFIELD_FIELD(uint32_t lt:1,

12