| /kernel/linux/linux-6.6/Documentation/trace/ |
| D | kprobes.rst | 192 instruction (the "optimized region") lies entirely within one function. 197 jump into the optimized region. Specifically: 202 optimized region -- Kprobes checks the exception tables to verify this); 203 - there is no near jump to the optimized region (other than to the first 206 - For each instruction in the optimized region, Kprobes verifies that 218 - the instructions from the optimized region 228 - Other instructions in the optimized region are probed. 235 If the kprobe can be optimized, Kprobes enqueues the kprobe to an 237 it. If the to-be-optimized probepoint is hit before being optimized, 248 optimized region [3]_. As you know, synchronize_rcu() can ensure [all …]
|
| /kernel/linux/linux-5.10/Documentation/trace/ |
| D | kprobes.rst | 193 instruction (the "optimized region") lies entirely within one function. 198 jump into the optimized region. Specifically: 203 optimized region -- Kprobes checks the exception tables to verify this); 204 - there is no near jump to the optimized region (other than to the first 207 - For each instruction in the optimized region, Kprobes verifies that 219 - the instructions from the optimized region 229 - Other instructions in the optimized region are probed. 236 If the kprobe can be optimized, Kprobes enqueues the kprobe to an 238 it. If the to-be-optimized probepoint is hit before being optimized, 249 optimized region [3]_. As you know, synchronize_rcu() can ensure [all …]
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | Kconfig | 18 using optimized ARM assembler. 28 using optimized ARM NEON assembly, when NEON instructions are 55 using optimized ARM assembler and NEON, when available. 63 using optimized ARM assembler and NEON, when available. 70 Use optimized AES assembler routines for ARM platforms.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/opp/ |
| D | ti-omap5-opp-supply.txt | 26 "ti,omap5-opp-supply" - OMAP5+ optimized voltages in efuse(class0)VDD 28 "ti,omap5-core-opp-supply" - OMAP5+ optimized voltages in efuse(class0) VDD 33 optimized efuse configuration. Each item consists of the following: 35 efuse_offseet: efuse offset from reg where the optimized voltage is stored.
|
| /kernel/liteos_a/lib/libc/musl/ |
| D | Makefile | 8 OPTRTDIR = $(TOPDIR)/third_party/optimized-routines 22 # Sources optimized for specific architectures 24 # Enumerate common src files with the same name as the optimized srcs 49 # Replace the general srcs of the same name with specially optimized srcs
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/opp/ |
| D | ti,omap-opp-supply.yaml | 37 - description: OMAP5+ optimized voltages in efuse(Class 0) VDD along with 40 - description: OMAP5+ optimized voltages in efuse(class0) VDD but no VBB 54 optimized efuse configuration. 63 - description: efuse offset where the optimized voltage is located
|
| /kernel/linux/linux-6.6/arch/ia64/lib/ |
| D | io.c | 9 * This needs to be optimized. 24 * This needs to be optimized. 39 * This needs to be optimized.
|
| /kernel/linux/linux-5.10/arch/ia64/lib/ |
| D | io.c | 9 * This needs to be optimized. 24 * This needs to be optimized. 39 * This needs to be optimized.
|
| /kernel/linux/linux-5.10/drivers/opp/ |
| D | ti-opp-supply.c | 25 * struct ti_opp_supply_optimum_voltage_table - optimized voltage table 27 * @optimized_uv: Optimized voltage from efuse 36 * @vdd_table: Optimized voltage mapping table 64 * _store_optimized_voltages() - store optimized voltages 68 * Picks up efuse based optimized voltages for VDD unique per device and 153 * Some older samples might not have optimized efuse in _store_optimized_voltages() 188 * Return: if a match is found, return optimized voltage, else return 211 dev_err_ratelimited(dev, "%s: Failed optimized voltage match for %d\n", in _get_optimal_vdd_voltage() 401 /* If we need optimized voltage */ in ti_opp_supply_probe()
|
| /kernel/linux/linux-6.6/drivers/opp/ |
| D | ti-opp-supply.c | 25 * struct ti_opp_supply_optimum_voltage_table - optimized voltage table 27 * @optimized_uv: Optimized voltage from efuse 36 * @vdd_table: Optimized voltage mapping table 68 * _store_optimized_voltages() - store optimized voltages 72 * Picks up efuse based optimized voltages for VDD unique per device and 157 * Some older samples might not have optimized efuse in _store_optimized_voltages() 192 * Return: if a match is found, return optimized voltage, else return 215 dev_err_ratelimited(dev, "%s: Failed optimized voltage match for %d\n", in _get_optimal_vdd_voltage() 395 /* If we need optimized voltage */ in ti_opp_supply_probe()
|
| /kernel/linux/linux-6.6/fs/crypto/ |
| D | Kconfig | 26 # algorithms, not any per-architecture optimized implementations. It is 27 # strongly recommended to enable optimized implementations too. It is safe to 28 # disable these generic implementations if corresponding optimized
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| D | io.c | 43 * This needs to be optimized. 59 * This needs to be optimized. 75 * This needs to be optimized.
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| D | io.c | 43 * This needs to be optimized. 59 * This needs to be optimized. 75 * This needs to be optimized.
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
| D | atyfb.h | 230 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_ld_le32() 243 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_le32() 257 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_le16() 269 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_ld_8() 281 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_8()
|
| /kernel/linux/linux-6.6/arch/x86/kernel/kprobes/ |
| D | opt.c | 46 /* This function only handles jump-optimized kprobe */ in __recover_optprobed_insn() 49 /* If op is optimized or under unoptimizing */ in __recover_optprobed_insn() 58 * If the kprobe can be optimized, original bytes which can be in __recover_optprobed_insn() 175 /* Optimized kprobe call back function: called from optinsn */ 340 /* Check optimized_kprobe can actually be optimized. */ 355 /* Check the addr is within the optimized instructions. */ 363 /* Free optimized instruction slot */ 545 /* This kprobe is really able to run optimized path. */ in setup_detour_execution()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/kprobes/ |
| D | opt.c | 46 /* This function only handles jump-optimized kprobe */ in __recover_optprobed_insn() 49 /* If op is optimized or under unoptimizing */ in __recover_optprobed_insn() 58 * If the kprobe can be optimized, original bytes which can be in __recover_optprobed_insn() 170 /* Optimized kprobe call back function: called from optinsn */ 341 /* Check optimized_kprobe can actually be optimized. */ 356 /* Check the addr is within the optimized instructions. */ 364 /* Free optimized instruction slot */ 546 /* This kprobe is really able to run optimized path. */ in setup_detour_execution()
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
| D | atyfb.h | 228 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_ld_le32() 241 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_le32() 255 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_le16() 267 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_ld_8() 279 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_8()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/kprobe/ |
| D | kprobe_opt_types.tc | 4 # description: Register/unregister optimized probe 28 if echo $PROBE | grep -q OPTIMIZED; then
|
| /kernel/linux/linux-6.6/Documentation/locking/ |
| D | percpu-rw-semaphore.rst | 6 optimized for locking for reading. 26 The idea of using RCU for optimized rw-lock was introduced by
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | percpu-rw-semaphore.rst | 6 optimized for locking for reading. 26 The idea of using RCU for optimized rw-lock was introduced by
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | qspinlock_paravirt.h | 8 * and restored. So an optimized version of __pv_queued_spin_unlock() is 19 * Optimized assembly version of __raw_callee_save___pv_queued_spin_unlock
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | atmel,ebi.txt | 67 - atmel,smc-tdf-mode: "normal" or "optimized". When set to 68 "optimized" the data float time is optimized
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | atmel,ebi.txt | 67 - atmel,smc-tdf-mode: "normal" or "optimized". When set to 68 "optimized" the data float time is optimized
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | qspinlock_paravirt.h | 12 * and restored. So an optimized version of __pv_queued_spin_unlock() is 21 * Optimized assembly version of __raw_callee_save___pv_queued_spin_unlock
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | omap-gpmc.h | 34 * gpmc_omap_onenand_set_timings - set optimized sync timings. 40 * Sets optimized timings for the @cs region based on @freq and @latency.
|