Searched refs:below (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/include/net/caif/
H A Dcaif_layer.h47 * @CAIF_CTRLCMD_INIT_RSP: Called initially when the layer below
118 * @dn: Pointer down to the layer below.
133 * and PHY layer below the CAIF stack
134 * must be implemented. These layer must follow the design principles below.
188 * cannot be accessed after passing it to the below
245 * @below: Layer below.
247 #define layer_set_dn(layr, below) ((layr)->dn = (struct cflayer *)(below))
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S61 | simply execute an "rte" as with the sample code below.
71 | is present. The routine below should point to the operating system handler
75 | The sample routine below simply clears the exception status bit and
90 | is present. The routine below should point to the operating system handler
94 | The sample routine below simply clears the exception status bit and
108 | is present. The routine below should point to the operating system handler
113 | The sample routine below simply clears the exception status bit and
127 | is present. The routine below should point to the operating system handler
132 | The sample routine below simply clears the exception status bit and
146 | is present. The routine below shoul
[all...]
/linux-master/lib/
H A Dtest_ubsan.c74 volatile char below[4] = { }; /* Protect surrounding memory. */ local
76 above[0] = below[0];
81 UBSAN_TEST(CONFIG_UBSAN_BOUNDS, "below");
/linux-master/include/trace/events/
H A Dpower.h45 TP_PROTO(unsigned int cpu_id, unsigned int state, bool below),
47 TP_ARGS(cpu_id, state, below),
52 __field(bool, below)
58 __entry->below = below;
62 (unsigned long)__entry->state, (__entry->below)?"below":"above")
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmt7601u.h380 u32 mt7601u_bbp_set_ctrlch(struct mt7601u_dev *dev, bool below);
382 static inline u32 mt7601u_mac_set_ctrlch(struct mt7601u_dev *dev, bool below) argument
384 return mt7601u_rmc(dev, MT_TX_BAND_CFG, 1, below);
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S50 rsbscs r2, r2, #THREAD_SIZE @ ... and below the top?
H A Dentry-armv.S44 rsbscs r3, r3, #THREAD_SIZE @ ... and below the top?
47 cmpcc r3, r1 @ Stack pointer was below it?
/linux-master/block/
H A Dblk-rq-qos.c6 * Increment 'v', if 'v' is below 'below'. Returns true if we succeeded,
7 * false if 'v' + 1 would be bigger than 'below'.
9 static bool atomic_inc_below(atomic_t *v, unsigned int below) argument
14 if (cur >= below)
/linux-master/arch/m68k/fpsp040/
H A Dscale.S62 | The source input is below 1, so we check for denormalized numbers
162 | The result exponent is below denorm value. Test for catastrophic
H A Dskeleton.S391 | If you don't have copyout, use the local copy of the function below.
431 | If you don't have copyin, use the local copy of the function below.
/linux-master/arch/m68k/math-emu/
H A Dfp_move.S49 swap %d1 | one can be trashed below
/linux-master/arch/arm/lib/
H A Dbacktrace.S104 @ frame is below the previous frame, accept it as long as it
H A Dlib1funcs.S271 rsbmi r1, r1, #0 @ loops below use unsigned.
312 rsbmi r1, r1, #0 @ loops below use unsigned.
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S16 # OpenIB.org BSD license below:
/linux-master/include/linux/
H A Dcpuidle.h41 unsigned long long below; /* Number of times it's been too shallow */ member in struct:cpuidle_state_usage
/linux-master/arch/alpha/lib/
H A Dmemchr.S46 # below when we find the address of the last byte. Given
H A Dev6-memchr.S44 # below when we find the address of the last byte. Given
H A Dstxcpy.S144 lda t6, -1 # e0 : for masking just below
H A Dev6-stxcpy.S167 lda t6, -1 # E : for masking just below
/linux-master/drivers/cpuidle/
H A Dsysfs.c270 define_show_state_ull_function(below)
327 define_one_state_ro(below, show_state_below);
H A Dcpuidle.c326 dev->states_usage[entered_state].below++;
/linux-master/arch/xtensa/lib/
H A Dmemcopy.S202 and a11, a3, a8 # save unalignment offset for below
464 and a11, a3, a8 # save unalignment offset for below
H A Dstrnlen_user.S101 # NOTE that in several places below, we point to the byte just after
H A Dusercopy.S206 and a10, a3, a8 # save unalignment offset for below
/linux-master/arch/xtensa/kernel/
H A Dsignal.c305 # error Generating the MOVI instruction below breaks!

Completed in 219 milliseconds

12