Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dudivsi3.S55 ;; er0 contains shifted dividend
56 ;; er1 contains divisor
57 ;; er2 contains shifted divisor
58 ;; er3 contains dividend, later remainder
59 divxu.w r2,er0 ; r0 now contains the approximate quotient (AQ)
/kernel/linux/linux-6.6/rust/macros/
H A Dvtable.rs66 if consts.contains(&gen_const_name) {
84 if consts.contains(&gen_const_name) {
H A Dhelpers.rs25 if content.contains('\\') {
H A Dmodule.rs118 if seen_keys.contains(&key) { in parse()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S138 @ r10 now contains KEYBRD_CLK_MASK, use it
152 @ r8 contains KEYBRD_DATA_MASK, use it
154 @ r10 already contains 0, reuse it
168 @ r8 still contains GPIO input bits
179 @ r10 already contains 0, reuse it
197 @ r8 already contains buffer size
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/net/ceph/
H A Dauth.c394 static bool contains(const int *arr, int cnt, int val) in contains() function
516 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_method()
521 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_method()
523 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_method()
622 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_authorizer()
628 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_authorizer()
630 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_authorizer()
/kernel/linux/linux-6.6/scripts/
H A Drustdoc_test_gen.rs161 .take_while(|line| !line.contains("fn main() {")) in main()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_buddy.c325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains() function
389 if (contains(start, end, block_start, block_end)) { in i915_buddy_alloc_range()
/kernel/linux/linux-5.10/arch/arm/include/debug/
H A Domap2plus.S72 1001: ldrb \rd, [\rx] @ rx contains UART_LSR address
/kernel/linux/linux-6.6/arch/arm/include/debug/
H A Domap2plus.S72 1001: ldrb \rd, [\rx] @ rx contains UART_LSR address
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_buddy.c325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains() function
380 if (contains(start, end, block_start, block_end) && in alloc_range_bias()
526 if (contains(start, end, block_start, block_end)) { in __alloc_range()
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S43 # RBX contains the base address for TCS, which is the first address
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dentry.S18 * entry.S contains the system-call and fault low-level handling routines.
19 * This also contains the timer-interrupt handler, as well as all interrupts
114 | so that %d1 contains the previous task
123 | a3 contains the kernel thread payload, d7 - its argument
388 /* switch to new task (a1 contains new task) */
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dentry.S18 * entry.S contains the system-call and fault low-level handling routines.
19 * This also contains the timer-interrupt handler, as well as all interrupts
131 | so that %d1 contains the previous task
140 | a3 contains the kernel thread payload, d7 - its argument
389 /* switch to new task (a1 contains new task) */
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak115 # not it contains a newline.
117 # If the text to be wordified contains a newline, then
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak115 # not it contains a newline.
117 # If the text to be wordified contains a newline, then
/kernel/linux/linux-5.10/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 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)
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhead_32.S291 movl $(__USER_DS),%eax # DS/ES contains default USER segment

Completed in 10 milliseconds

1234