Home
last modified time | relevance | path

Searched refs:stop_flags (Results 1 – 2 of 2) sorted by relevance

/linux/include/trace/events/
H A Dmmc.h26 __field(unsigned int, stop_flags)
54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0;
77 "stop_opcode=%u stop_arg=0x%x stop_flags=0x%x stop_retries=%u "
86 __entry->stop_flags, __entry->stop_retries,
/linux/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c110 static void stop_reset_counter(unsigned long counter, unsigned long stop_flags) in stop_reset_counter() argument
115 stop_flags | SBI_PMU_STOP_FLAG_RESET, 0, 0, 0); in stop_reset_counter()
120 static void stop_counter(unsigned long counter, unsigned long stop_flags) in stop_counter() argument
124 ret = sbi_ecall(SBI_EXT_PMU, SBI_EXT_PMU_COUNTER_STOP, counter, 1, stop_flags, in stop_counter()