Searched full:clears (Results 1 – 25 of 976) sorted by relevance
12345678910>>...40
/Linux-v6.6/tools/perf/pmu-events/arch/x86/goldmont/ |
D | floating-point.json | 11 "BriefDescription": "Machine clears due to FP assists", 14 …chine clears due to floating point (FP) operations needing assists. For instance, if the result w…
|
D | memory.json | 3 "BriefDescription": "Machine clears due to memory ordering issue", 6 …"PublicDescription": "Counts machine clears due to memory ordering issues. This occurs when a sno…
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/goldmontplus/ |
D | floating-point.json | 11 "BriefDescription": "Machine clears due to FP assists", 14 …chine clears due to floating point (FP) operations needing assists. For instance, if the result w…
|
D | memory.json | 3 "BriefDescription": "Machine clears due to memory ordering issue", 6 …"PublicDescription": "Counts machine clears due to memory ordering issues. This occurs when a sno…
|
D | pipeline.json | 281 "BriefDescription": "All machine clears", 284 "PublicDescription": "Counts machine clears for any reason.", 288 "BriefDescription": "Machine clears due to memory disambiguation", 291 …"PublicDescription": "Counts machine clears due to memory disambiguation. Memory disambiguation h… 299 …"PublicDescription": "Counts the number of times that the machines clears due to a page fault. Cov…
|
/Linux-v6.6/arch/m68k/ifpsp060/ |
D | fskeleton.S | 75 | The sample routine below simply clears the exception status bit and 94 | The sample routine below simply clears the exception status bit and 113 | The sample routine below simply clears the exception status bit and 132 | The sample routine below simply clears the exception status bit and 151 | The sample routine below simply clears the exception status bit and 170 | The sample routine below simply clears the exception status bit and 188 | The sample routine below clears the exception status bit, clears the NaN
|
/Linux-v6.6/arch/s390/include/asm/ |
D | tlb.h | 62 * pte_free_tlb frees a pte table and clears the CRSTE for the 81 * pmd_free_tlb frees a pmd table and clears the CRSTE for the 101 * p4d_free_tlb frees a pud table and clears the CRSTE for the 119 * pud_free_tlb frees a pud table and clears the CRSTE for the
|
/Linux-v6.6/drivers/net/ethernet/altera/ |
D | altera_sgdmahw.h | 82 * bit 17: clears owned by hardware if 0, does not clear otherwise 112 #define SGDMA_CTRLREG_COBHW BIT(17)/* Clears owned by hardware */ 114 #define SGDMA_CTRLREG_CLRINT BIT(31)/* Clears interrupt */
|
/Linux-v6.6/drivers/soc/sifive/ |
D | sifive_ccache.c | 168 /* Reading this register clears the DirError interrupt sig */ in ccache_int_handler() 177 /* Reading this register clears the DirFail interrupt sig */ in ccache_int_handler() 188 /* Reading this register clears the DataError interrupt sig */ in ccache_int_handler() 198 /* Reading this register clears the DataFail interrupt sig */ in ccache_int_handler()
|
/Linux-v6.6/tools/testing/selftests/kvm/s390x/ |
D | resets.c | 230 /* must clears */ in test_normal() 232 /* must not clears */ in test_normal() 253 /* must clears */ in test_initial() 256 /* must not clears */ in test_initial() 276 /* must clears */ in test_clear()
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/alderlake/ |
D | memory.json | 61 …ber of machine clears due to memory ordering caused by a snoop from an external agent. Does not co… 69 "BriefDescription": "Number of machine clears due to memory ordering conflicts.", 72 …cription": "Counts the number of Machine Clears detected dye to memory ordering. Memory Ordering M…
|
/Linux-v6.6/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 63 | pte_clear_soft_dirty | Clears a soft dirty PTE | 67 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE | 71 | ptep_clear | Clears a PTE | 73 | ptep_get_and_clear | Clears and returns PTE | 75 | ptep_get_and_clear_full | Clears and returns PTE (batched PTE unmap) | 77 | ptep_test_and_clear_young | Clears young from a PTE | 139 | pmd_clear_soft_dirty | Clears a soft dirty PMD | 143 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD | 149 | pmd_clear_huge | Clears a PMD huge mapping | 151 | pmdp_get_and_clear | Clears a PMD | [all …]
|
/Linux-v6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
D | fork_cleanup_test.c | 19 * Test that a fork clears the PMU state of the child. eg. BESCR/EBBHR/EBBRR 41 /* Tests that fork clears EBB state */
|
/Linux-v6.6/drivers/net/ethernet/apple/ |
D | mace.h | 36 REG(mpc); /* missed packet count (clears when read) */ 38 REG(rntpc); /* runt packet count (clears when read) */ 39 REG(rcvcc); /* recv collision count (clears when read) */ 91 * Bits in IR and IMR. The IR clears itself when read.
|
/Linux-v6.6/arch/mips/include/asm/dec/ |
D | ecc.h | 16 * The register is r/wc -- any write clears it. 28 * from the last memory read. The register is r/wc -- any write clears it.
|
/Linux-v6.6/net/batman-adv/ |
D | hash.c | 14 /* clears the hash */ 39 * batadv_hash_new() - Allocates and clears the hashtable
|
/Linux-v6.6/include/asm-generic/bitops/ |
D | instrumented-lock.h | 31 * __clear_bit_unlock - Clears a bit in memory 70 * This is a bit of a one-trick-pony for the filemap code, which clears
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/jaketown/ |
D | memory.json | 3 "BriefDescription": "Counts the number of machine clears due to memory order conflicts.", 6 …Clears detected. Memory Ordering Machine Clears can result from memory disambiguation, external sn…
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | memory.json | 3 "BriefDescription": "Counts the number of machine clears due to memory order conflicts.", 6 …Clears detected. Memory Ordering Machine Clears can result from memory disambiguation, external sn…
|
/Linux-v6.6/arch/mips/dec/ |
D | ioasic-irq.c | 74 * These use the `handle_edge_irq' handler that clears the request right 80 * the `handle_fasteoi_irq' handler that only clears the request on the
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_intr.c | 30 * of this routine clears this error condition. in mlxbf_gige_error_intr() 44 * clears this condition. in mlxbf_gige_error_intr()
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/alderlaken/ |
D | memory.json | 46 …ber of machine clears due to memory ordering caused by a snoop from an external agent. Does not co…
|
D | pipeline.json | 297 …"BriefDescription": "Counts the number of machine clears due to memory ordering in which an intern… 304 "BriefDescription": "Counts the number of machines clears due to memory renaming.", 311 …"BriefDescription": "Counts the number of machine clears due to a page fault. Counts both I-Side … 318 …"BriefDescription": "Counts the number of machine clears that flush the pipeline and restart the m… 325 …"BriefDescription": "Counts the number of machine clears due to program modifying data (self modif… 347 …y the backend due to fast nukes such as memory ordering and memory disambiguation machine clears.",
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/meteorlake/ |
D | memory.json | 70 "BriefDescription": "Number of machine clears due to memory ordering conflicts.", 73 …cription": "Counts the number of Machine Clears detected dye to memory ordering. Memory Ordering M… 116 … "BriefDescription": "Counts the number of memory ordering machine clears due to memory renaming.",
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/tigerlake/ |
D | memory.json | 11 "BriefDescription": "Number of machine clears due to memory ordering conflicts.", 14 …cription": "Counts the number of Machine Clears detected dye to memory ordering. Memory Ordering M…
|
12345678910>>...40