/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 61 | 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...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 61 | 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...] |
/kernel/linux/linux-5.10/include/net/caif/ |
H A D | caif_layer.h | 47 * @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))
|
/kernel/linux/linux-6.6/include/net/caif/ |
H A D | caif_layer.h | 47 * @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))
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_ubsan.c | 41 volatile char below[4] = { }; /* Protect surrounding memory. */ in test_ubsan_out_of_bounds() local 43 above[0] = below[0]; in test_ubsan_out_of_bounds() 48 UBSAN_TEST(CONFIG_UBSAN_BOUNDS, "below"); in test_ubsan_out_of_bounds()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | power.h | 45 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")
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | mt7601u.h | 379 u32 mt7601u_bbp_set_ctrlch(struct mt7601u_dev *dev, bool below); 381 static inline u32 mt7601u_mac_set_ctrlch(struct mt7601u_dev *dev, bool below) in mt7601u_mac_set_ctrlch() argument 383 return mt7601u_rmc(dev, MT_TX_BAND_CFG, 1, below); in mt7601u_mac_set_ctrlch()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | mt7601u.h | 380 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) in mt7601u_mac_set_ctrlch() argument 384 return mt7601u_rmc(dev, MT_TX_BAND_CFG, 1, below); in mt7601u_mac_set_ctrlch()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-rq-qos.c | 6 * 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) in atomic_inc_below() argument 16 if (cur >= below) in atomic_inc_below()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | rustdoc_test_gen.rs | 154 // Read the test's text contents to dump it below. in main()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-rq-qos.c | 6 * 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) in atomic_inc_below() argument 14 if (cur >= below) in atomic_inc_below()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-v7m.S | 50 rsbscs r2, r2, #THREAD_SIZE @ ... and below the top?
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | lib1funcs.S | 271 rsbmi r1, r1, #0 @ loops below use unsigned. 312 rsbmi r1, r1, #0 @ loops below use unsigned.
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | scale.S | 62 | 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 D | skeleton.S | 391 | 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.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | scale.S | 62 | The source input is below 1, so we check for denormalized numbers 162 | The result exponent is below denorm value. Test for catastrophic
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | lib1funcs.S | 271 rsbmi r1, r1, #0 @ loops below use unsigned. 312 rsbmi r1, r1, #0 @ loops below use unsigned.
|
H A D | backtrace.S | 104 @ frame is below the previous frame, accept it as long as it
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_move.S | 49 swap %d1 | one can be trashed below
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | memchr.S | 46 # below when we find the address of the last byte. Given
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_move.S | 49 swap %d1 | one can be trashed below
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | memchr.S | 46 # below when we find the address of the last byte. Given
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cpuidle.h | 40 unsigned long long below; /* Number of times it's been too shallow */ member
|
/kernel/linux/linux-5.10/arch/xtensa/lib/ |
H A D | memcopy.S | 202 and a11, a3, a8 # save unalignment offset for below 477 and a11, a3, a8 # save unalignment offset for below
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | sysfs.c | 263 define_show_state_ull_function(below) 320 define_one_state_ro(below, show_state_below);
|