Searched refs:contains (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S139 @ r10 now contains KEYBRD_CLK_MASK, use it
153 @ r8 contains KEYBRD_DATA_MASK, use it
155 @ r10 already contains 0, reuse it
169 @ r8 still contains GPIO input bits
180 @ r10 already contains 0, reuse it
198 @ r8 already contains buffer size
/linux-master/net/ceph/
H A Dauth.c394 static bool contains(const int *arr, int cnt, int val) function
516 if (!contains(allowed_protos, proto_cnt, ac->protocol)) {
521 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) &&
523 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) {
622 if (!contains(allowed_protos, proto_cnt, ac->protocol)) {
628 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) &&
630 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) {
/linux-master/arch/arm/include/debug/
H A Domap2plus.S72 1001: ldrb \rd, [\rx] @ rx contains UART_LSR address
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S43 # RBX contains the base address for TCS, which is the first address
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh32 print_warning Console output contains nul bytes, old qemu still running?
/linux-master/arch/m68k/kernel/
H A Dentry.S15 * entry.S contains the system-call and fault low-level handling routines.
16 * This also contains the timer-interrupt handler, as well as all interrupts
128 | so that %d1 contains the previous task
137 | a3 contains the kernel thread payload, d7 - its argument
386 /* switch to new task (a1 contains new task) */
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word
H A Dsint.S150 | rounding modes. L_SCR1 contains the rmode in the lower byte.
H A Dbindec.S12 | value in memory; d0 contains the k-factor sign-extended
56 | sign of ISCALE, used in A9. Fp1 contains
332 | of ISCALE, used in A9. Fp1 contains 10^^(abs(ISCALE)) using
H A Dround.S24 | d1(high word) contains rounding precision:
28 | d1(low word) contains rounding mode:
33 | d0{31:29} contains the g,r,s bits (extended)
H A Dbinstr.S102 | A5. Add mul by 8 to mul by 2. D1 contains the digit formed.
H A Dkernel_ex.S4 | This file contains routines to force exception status in the
H A Dscale.S70 st STORE_FLG(%a6) |dest already contains result
H A Dx_unfl.S189 | Set up d1 for round subroutine d1 contains the PREC/MODE
H A Dutil.S4 | This file contains routines used by other programs.
485 | d0 contains round precision
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S8 * We have to make sure that $0 is always up-to-date and contains the
197 # $0 contains the number of bytes left to copy (0..31)
/linux-master/tools/scripts/
H A Dutilities.mak115 # not it contains a newline.
117 # If the text to be wordified contains a newline, then
/linux-master/scripts/package/
H A Dmkdebian130 # use email string directly if it contains <email>
203 This package contains the Linux kernel, modules and corresponding other
/linux-master/scripts/dtc/
H A Ddtx_diff47 If DTx contains the binary blob magic value in the first four bytes,
/linux-master/arch/x86/kernel/
H A Dhead_32.S281 movl $(__USER_DS),%eax # DS/ES contains default USER segment
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) function
380 if (contains(start, end, block_start, block_end) &&
528 if (contains(start, end, block_start, block_end)) {
/linux-master/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c76 * the use of a binary-search tree, where each node contains at least
86 * The idx member contains the bit index of the first bit described by this
96 * contains a member named num_after. The num_after member holds the
697 * contains a single contiguous range of bits
1172 bool contains = false; local
1184 contains = true;
1198 if (!contains) {
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S29 ! At the start of each iteration, r7 contains last long load
102 ! At the start of each iteration, r7 contains last long load
/linux-master/arch/m68k/math-emu/
H A Dfp_movem.S46 | %d1 contains the mask and count of the register list
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py143 def contains(self, field): member in class:PhysRange
599 assert required[usage].contains(field)

Completed in 342 milliseconds

12