/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | trace_arm.h | 223 TP_PROTO(unsigned long vcpu_pc, bool was, bool now), 224 TP_ARGS(vcpu_pc, was, now), 228 __field( bool, was ) 234 __entry->was = was; 238 TP_printk("VM op at 0x%016lx (cache was %s, now %s)", 239 __entry->vcpu_pc, __entry->was ? "on" : "off",
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | tlb-v6.S | 46 mcr p15, 0, r0, c8, c6, 1 @ TLB invalidate D MVA (was 1) 48 mcrne p15, 0, r0, c8, c5, 1 @ TLB invalidate I MVA (was 1) 50 mcr p15, 0, r0, c8, c7, 1 @ TLB invalidate MVA (was 1)
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | tlb-v6.S | 48 mcr p15, 0, r0, c8, c6, 1 @ TLB invalidate D MVA (was 1) 50 mcrne p15, 0, r0, c8, c5, 1 @ TLB invalidate I MVA (was 1) 52 mcr p15, 0, r0, c8, c7, 1 @ TLB invalidate MVA (was 1)
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | trace_arm.h | 158 TP_PROTO(unsigned long vcpu_pc, bool was, bool now), 159 TP_ARGS(vcpu_pc, was, now), 163 __field( bool, was ) 169 __entry->was = was; 173 TP_printk("VM op at 0x%016lx (cache was %s, now %s)", 174 __entry->vcpu_pc, __entry->was ? "on" : "off",
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-arcv2.S | 141 ; TBD: optimize - do this only if a callee reg was involved 163 ; ECR in pt_regs provides whether access was R/W/X 230 ; entry was via Exception in DS which got preempted in kernel).
|
H A D | entry-compact.S | 12 * -traced syscall return code (r0) was not saved into pt_regs for restoring 41 * FAKE_RET_FROM_EXCPN and FAKE_RET_FROM_EXCPN_LOCK_IRQ was that this bit 42 * was being "CLEARED" rather then "SET". Since it is Loop INHIBIT Bit, 167 ; need to check STATUS32_L2 to determine if L1 was active 279 ; TBD: optimize - do this only if a callee reg was involved 356 ; paranoid check, given A1 was active when A2 happened, preempt count
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | skeleton.S | 15 | the FPSP was entered. In particular, whatever condition 20 | If the exception was completely handled by the package, then 89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was 91 | return was inex, rather than the correct exception. The snan, ovfl, 404 | If the EXC_SR shows that the exception was from supervisor space,
|
H A D | bugfix.S | 250 | was exceptional, and was completed by the appropriate handler. 275 | Check if the instruction which just completed was exceptional. 372 | was exceptional, and was completed by the appropriate handler. 401 | Check if the instruction which just completed was exceptional.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | skeleton.S | 15 | the FPSP was entered. In particular, whatever condition 20 | If the exception was completely handled by the package, then 89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was 91 | return was inex, rather than the correct exception. The snan, ovfl, 404 | If the EXC_SR shows that the exception was from supervisor space,
|
H A D | bugfix.S | 250 | was exceptional, and was completed by the appropriate handler. 275 | Check if the instruction which just completed was exceptional. 372 | was exceptional, and was completed by the appropriate handler. 401 | Check if the instruction which just completed was exceptional.
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | Makefile | 39 $(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.) 103 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | Makefile | 41 $(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.) 133 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | strncat.S | 60 zapnot $1, $27, $2 # was last byte a null?
|
H A D | ev67-strncat.S | 62 zapnot $1, $27, $2 # U : was last byte a null?
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | strncat.S | 60 zapnot $1, $27, $2 # was last byte a null?
|
H A D | ev67-strncat.S | 62 zapnot $1, $27, $2 # U : was last byte a null?
|
/kernel/linux/linux-5.10/arch/sh/lib/ |
H A D | checksum.S | 78 add #2, r5 ! r5 was < 2. Deal with it. 162 ! Check if the buffer was misaligned, if so realign sum 213 add #2,r6 ! r6 was < 2. Deal with it.
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 12 * -traced syscall return code (r0) was not saved into pt_regs for restoring 41 * FAKE_RET_FROM_EXCPN and FAKE_RET_FROM_EXCPN_LOCK_IRQ was that this bit 42 * was being "CLEARED" rather then "SET". Since it is Loop INHIBIT Bit, 167 ; need to check STATUS32_L2 to determine if L1 was active 291 ; TBD: optimize - do this only if a callee reg was involved 371 ; paranoid check, given A1 was active when A2 happened, preempt count
|
H A D | entry-arcv2.S | 150 ; TBD: optimize - do this only if a callee reg was involved 177 ; ECR in pt_regs provides whether access was R/W/X 244 ; entry was via Exception in DS which got preempted in kernel).
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | checksum.S | 78 add #2, r5 ! r5 was < 2. Deal with it. 162 ! Check if the buffer was misaligned, if so realign sum 213 add #2,r6 ! r6 was < 2. Deal with it.
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 625 # Two other conditions exist. First, if overflow was disabled # 626 # but the inexact exception was enabled, this handler must exit # 628 # was inexact. # 630 # overflow was disabled and the trace exception was enabled, this # 722 # and inexact. and, the inexact is such that overflow occurred and was disabled 723 # but inexact was enabled. 865 # Two other conditions exist. First, if underflow was disabled # 866 # but the inexact exception was enabled and the result was inexac [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 625 # Two other conditions exist. First, if overflow was disabled # 626 # but the inexact exception was enabled, this handler must exit # 628 # was inexact. # 630 # overflow was disabled and the trace exception was enabled, this # 722 # and inexact. and, the inexact is such that overflow occurred and was disabled 723 # but inexact was enabled. 865 # Two other conditions exist. First, if underflow was disabled # 866 # but the inexact exception was enabled and the result was inexac [all...] |
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | checksum_32.S | 72 addl $2, %ecx # ecx was < 2. Deal with it. 286 addl $2, %ecx # ecx was < 2. Deal with it.
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfphw.S | 100 @ state if there was a previous (valid) owner. 132 @ Check this by looking at the CPU number which the state was
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | checksum_32.S | 72 addl $2, %ecx # ecx was < 2. Deal with it. 286 addl $2, %ecx # ecx was < 2. Deal with it.
|