Searched refs:has (Results 26 - 50 of 79) sorted by relevance

1234

/linux-master/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S133 # has been loaded with darray. Will proceed to check the validity of the FPU
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase_device.py190 if not evdev.has(m):
193 if evdev.has(m):
346 """Replace this in subclasses if the device has multiple reports
H A Dtest_mouse.py689 assert evdev.has(libevdev.EV_REL.REL_WHEEL)
690 return evdev.has(libevdev.EV_REL.REL_WHEEL_HI_RES)
739 assert evdev.has(libevdev.EV_REL.REL_HWHEEL)
740 return evdev.has(libevdev.EV_REL.REL_HWHEEL_HI_RES)
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S35 | the equate is valid only after a 'link a6' has pushed one more
H A Dsint.S79 | ;implicitly has extend precision
116 | ;implicitly has extend precision
123 | Output: fp0 has the result
134 | ;implicitly has ext precision
H A Dres_func.S962 | The result has overflowed to $7fff exponent. Set I, ovfl,
1143 | The result has overflowed to $7fff exponent. Set I, ovfl,
1354 orl #inf_mask,USER_FPSR(%a6) |if inf, nothing yet has set I
1362 orl #nan_mask,USER_FPSR(%a6) |if nan, nothing yet has set NaN
1727 addl %d0,%d1 |d1 has PREC/MODE info
1762 movel EXC_EA(%a6),%a0 |a0 has the destination pointer
1813 movel %a0,%a1 |a1 has the operand input
1814 movel EXC_EA(%a6),%a0 |a0 has the destination pointer
1833 movel %a0,%a1 |a1 has the operand input
1834 movel EXC_EA(%a6),%a0 |a0 has th
[all...]
H A Dx_operr.S256 | the stack at (a7). D1 has size: 1=byte,2=word,4=long/single
H A Dx_store.S238 movel %d0,%d1 |d1 has size:reg formatted for reg_dest
H A Dx_snan.S259 bnes issrc |destination nan has priority
/linux-master/scripts/
H A Ddev-needs.sh10 This script needs to be run on the target device once it has booted to a
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h85 bge t1, v0, 1f # OCTEON III has no DCACHE_ERR_REG COP0
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S94 # a0: address where this code has been loaded
/linux-master/arch/arc/include/asm/
H A Dentry-compact.h149 * provided SP has values in range of USER mode stack ( < 0x7000_0000 )
264 ; OUTPUT: r10 has ECR expected by EV_Trap
/linux-master/arch/arc/kernel/
H A Dentry.S52 ; r0 has the last task pointer.
H A Dentry-arcv2.S218 .Lexcept_ret: ; Expects r0 has PT_status32
/linux-master/fs/xfs/scrub/
H A Dscrub.h97 bool (*has)(struct xfs_mount *); member in struct:xchk_meta_ops
/linux-master/drivers/net/fddi/
H A Ddefza.h656 # error FZA_RING_RX_SIZE has to be from 2 up to 256
659 # error FZA_RING_TX_MODE has to be either 0 or 1
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S263 mov lr, r0 @ r0 has real ret addr
/linux-master/arch/arm/mm/
H A Dproc-v7m.S147 msr control, r1 @ Thread mode has unpriviledged access
/linux-master/tools/perf/
H A Dbuiltin-script.c823 #define has(m) \ macro
826 if (has(KERNEL))
828 if (has(USER))
830 if (has(HYPERVISOR))
832 if (has(GUEST_KERNEL))
834 if (has(GUEST_USER))
840 if (has(MMAP_DATA))
844 if (has(COMM_EXEC))
849 if (has(SWITCH_OUT)) {
858 #undef has macro
[all...]
/linux-master/drivers/dma/
H A Ddmaengine.c22 * by dma_find_channel(), or if it has need for an exclusive channel it can call
26 * Each device has a channels list, which runs unlocked but is never modified
395 dma_cap_mask_t has; local
397 bitmap_and(has.bits, want->bits, device->cap_mask.bits,
399 return bitmap_equal(want->bits, has.bits, DMA_TX_TYPE_END);
992 /* A device that satisfies this test has channels that will never cause
/linux-master/arch/sparc/lib/
H A DM7memcpy.S127 * active, it has a high probability of being pushed out of the cache
204 ! %o5 has the bytes to be written in partial store.
560 andn %o1, 0x7, %o4 ! %o4 has long word aligned src address
675 andn %o1, 0x7, %o4 ! %o4 has long word aligned src address
723 andn %o1, 0x7, %o4 ! %o4 has long word aligned src address
/linux-master/drivers/cpufreq/
H A DKconfig.x8662 The value set has the following meanings:
109 file has now been superseded by the more generic "boost" entry.
/linux-master/tools/scripts/
H A Dutilities.mak70 # (The bash shell has a bug where `{gsub(...),...}' is
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c117 /* Record has to be properly aligned within the AG. */
322 * the superblock version has caught up to the one that supports the new
465 * Since startino has been aligned down, left shift allocmask such that
1061 * If this AG has corrupt inodes, check if allocating this inode would fail
1276 * See if the most recently allocated block has any free.
1292 * still has a free inode.
1640 * The finobt has now been updated appropriately. We haven't updated the
1876 * an AG has enough space for file creation.
1916 * Loop until we find an allocation group that either has free inodes
2914 * constant ratio of inode per cluster buffer, but only if mkfs has se
3106 int has; local
[all...]

Completed in 557 milliseconds

1234