Home
last modified time | relevance | path

Searched refs:context_id (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/kvm/aarch64/
Dpsci_test.c26 uint64_t context_id) in psci_cpu_on() argument
30 smccc_hvc(PSCI_0_2_FN64_CPU_ON, target_cpu, entry_addr, context_id, in psci_cpu_on()
47 static uint64_t psci_system_suspend(uint64_t entry_addr, uint64_t context_id) in psci_system_suspend() argument
51 smccc_hvc(PSCI_1_0_FN64_SYSTEM_SUSPEND, entry_addr, context_id, in psci_system_suspend()
/tools/perf/util/arm-spe-decoder/
Darm-spe-decoder.h80 u64 context_id; member
Darm-spe-decoder.c158 decoder->record.context_id = (u64)-1; in arm_spe_read_record()
190 decoder->record.context_id = payload; in arm_spe_read_record()
/tools/perf/util/
Darm-spe.c671 if (!spe->timeless_decoding && record->context_id != (u64)-1) { in arm_spe_run_decoder()
672 ret = arm_spe_set_tid(speq, record->context_id); in arm_spe_run_decoder()
/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c553 tid = elem->context.context_id; in cs_etm_decoder__set_tid()