Home
last modified time | relevance | path

Searched full:fetching (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Darm-pl08x.txt15 - lli-bus-interface-ahb1: if AHB master 1 is eligible for fetching LLIs
16 - lli-bus-interface-ahb2: if AHB master 2 is eligible for fetching LLIs
17 - mem-bus-interface-ahb1: if AHB master 1 is eligible for fetching memory contents
18 - mem-bus-interface-ahb2: if AHB master 2 is eligible for fetching memory contents
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/
Darm-pl08x.yaml57 description: if AHB master 1 is eligible for fetching LLIs
61 description: if AHB master 2 is eligible for fetching LLIs
65 description: if AHB master 1 is eligible for fetching memory contents
69 description: if AHB master 2 is eligible for fetching memory contents
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_dma.c183 * the other case we discard GET is while the GPU is fetching in nouveau_dma_wait()
191 /* engine is fetching behind us, or is completely in nouveau_dma_wait()
197 * we'll hit the fetching-ahead-of-us path from that in nouveau_dma_wait()
235 /* engine fetching ahead of us, we have space up until the in nouveau_dma_wait()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
Dnouveau_dma.c186 * the other case we discard GET is while the GPU is fetching in nouveau_dma_wait()
194 /* engine is fetching behind us, or is completely in nouveau_dma_wait()
200 * we'll hit the fetching-ahead-of-us path from that in nouveau_dma_wait()
238 /* engine fetching ahead of us, we have space up until the in nouveau_dma_wait()
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/silvermont/
Dpipeline.json96 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
104 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
113 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
122 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
131 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
140 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
231 …o 2 broader parts: Front-end and Back-end. Front-end is responsible for fetching the instruction, …
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/silvermont/
Dpipeline.json94 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
104 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
114 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
124 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
134 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
144 …rong (speculative) path must be discarded, and the processor must start fetching from the correct …
224 …o 2 broader parts: Front-end and Back-end. Front-end is responsible for fetching the instruction, …
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
Dftrace_64_pg.c129 pr_err("Fetching opcode failed.\n"); in __ftrace_make_nop()
160 pr_err("Fetching instruction at %lx failed.\n", ip - 4); in __ftrace_make_nop()
177 pr_err("Fetching op failed.\n"); in __ftrace_make_nop()
271 pr_debug("Fetching opcode failed.\n"); in setup_mcount_compiler_tramp()
315 pr_err("Fetching opcode failed.\n"); in __ftrace_make_nop_kernel()
568 pr_err("Fetching opcode failed.\n"); in __ftrace_modify_call()
/kernel/linux/linux-6.6/tools/perf/util/include/
Ddwarf-regs.h17 * Arch should support fetching the offset of a register in pt_regs
/kernel/linux/linux-5.10/tools/perf/util/include/
Ddwarf-regs.h17 * Arch should support fetching the offset of a register in pt_regs
/kernel/linux/linux-6.6/fs/cachefiles/
DKconfig36 In this mode, when a cache miss occurs, responsibility for fetching
/kernel/linux/linux-5.10/drivers/ata/
Dsata_sil24.c194 PORT_CERR_SGT_PCIPERR = 19, /* PLD ecode 11 - PCI parity err while fetching SGT */
198 PORT_CERR_CMD_PCIPERR = 27, /* ctrl[15:13] 110 - PCI parity err while fetching PRB */
288 "PCI target abort while fetching SGT" },
290 "PCI master abort while fetching SGT" },
292 "PCI parity error while fetching SGT" },
296 "PCI target abort while fetching PRB" },
298 "PCI master abort while fetching PRB" },
300 "PCI parity error while fetching PRB" },
/kernel/linux/linux-6.6/drivers/ata/
Dsata_sil24.c194 PORT_CERR_SGT_PCIPERR = 19, /* PLD ecode 11 - PCI parity err while fetching SGT */
198 PORT_CERR_CMD_PCIPERR = 27, /* ctrl[15:13] 110 - PCI parity err while fetching PRB */
288 "PCI target abort while fetching SGT" },
290 "PCI master abort while fetching SGT" },
292 "PCI parity error while fetching SGT" },
296 "PCI target abort while fetching PRB" },
298 "PCI master abort while fetching PRB" },
300 "PCI parity error while fetching PRB" },
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
Dhead-xscale.S20 @ This is done by fetching through currently executed
Dhead-sa1100.S34 @ This is done by fetching through currently executed
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
Dhead-xscale.S20 @ This is done by fetching through currently executed
Dhead-sa1100.S30 @ This is done by fetching through currently executed
/kernel/linux/linux-6.6/Documentation/block/
Dublk.rst252 Sent from the server IO pthread for fetching future incoming IO requests
267 ``/dev/ublkb*``. In the meantime setup environment for fetching future
269 is reused for both fetching request and committing back IO result.
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c123 /* pid points to the child which we are fetching FDs from */ in FIXTURE()
225 TH_LOG("getfd succeeded while fetching unknown fd"); in TEST_F()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c123 /* pid points to the child which we are fetching FDs from */ in FIXTURE()
225 TH_LOG("getfd succeeded while fetching unknown fd"); in TEST_F()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dhvcserver.h28 * of the hvcs partner info fetching functions. These are strung together into
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dhvcserver.h28 * of the hvcs partner info fetching functions. These are strung together into
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
Dftrace.c134 pr_err("Fetching opcode failed.\n"); in __ftrace_make_nop()
168 pr_err("Fetching instruction at %lx failed.\n", ip - 4); in __ftrace_make_nop()
201 pr_err("Fetching op failed.\n"); in __ftrace_make_nop()
351 pr_debug("Fetching opcode failed.\n"); in setup_mcount_compiler_tramp()
401 pr_err("Fetching opcode failed.\n"); in __ftrace_make_nop_kernel()
728 pr_err("Fetching opcode failed.\n");
/kernel/linux/linux-6.6/arch/s390/kvm/
Dguestdbg.c85 * report instruction-fetching events in enable_all_hw_bp()
167 /* TODO: Instruction-fetching-nullification not allowed for now */ in kvm_s390_patch_guest_per_regs()
529 /* instruction-fetching exceptions */ in kvm_s390_handle_per_ifetch_icpt()
558 /* filter "instruction-fetching" events */ in filter_guest_per_event()
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/tigerlake/
Dcache.json102 "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
105 "PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
110 "BriefDescription": "L2 cache misses when fetching instructions",
113 "PublicDescription": "Counts L2 cache misses when fetching instructions.",
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/icelake/
Dcache.json26 "PublicDescription": "Counts L2 cache misses when fetching instructions.",
33 "BriefDescription": "L2 cache misses when fetching instructions"
81 "PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
88 "BriefDescription": "L2 cache hits when fetching instructions, code reads."

12345678910>>...20