Searched refs:matched (Results 1 – 5 of 5) sorted by relevance
| /arch/arm/probes/ |
| A D | decode.c | 418 bool matched = false; in probes_decode_insn() local 455 if (!matched && (insn & h->mask.bits) != h->value.bits) in probes_decode_insn() 510 matched = true; in probes_decode_insn()
|
| /arch/arm/probes/kprobes/ |
| A D | test-core.c | 694 char matched; member 750 entry->matched = false; in coverage_start_fn() 846 bool matched = false; in coverage_add() local 859 if (!matched) { in coverage_add() 862 entry->matched = true; in coverage_add() 878 matched = true; in coverage_add() 903 if (!entry->matched) { in coverage_end()
|
| /arch/alpha/lib/ |
| A D | memchr.S | 85 # Now, determine which byte matched:
|
| /arch/sparc/ |
| A D | Kconfig | 244 on the motherboard can be matched to the error.
|
| /arch/x86/kvm/ |
| A D | x86.c | 2658 u64 ns, bool matched, bool user_set_tsc) in __kvm_synchronize_tsc() argument 2683 if (!matched) { in __kvm_synchronize_tsc() 2707 kvm_track_tsc_matching(vcpu, !matched); in __kvm_synchronize_tsc() 2716 bool matched = false; in kvm_synchronize_tsc() local 2771 matched = true; in kvm_synchronize_tsc() 2774 __kvm_synchronize_tsc(vcpu, offset, data, ns, matched, !!user_value); in kvm_synchronize_tsc() 5783 bool matched; in kvm_arch_tsc_set_attr() local 5791 matched = (vcpu->arch.virtual_tsc_khz && in kvm_arch_tsc_set_attr() 5798 __kvm_synchronize_tsc(vcpu, offset, tsc, ns, matched, true); in kvm_arch_tsc_set_attr()
|
Completed in 35 milliseconds