Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/kvm/aarch64/
Dvpmu_counter_access.c300 uint64_t esr, ec; in guest_sync_handler() local
303 ec = (esr >> ESR_EC_SHIFT) & ESR_EC_MASK; in guest_sync_handler()
305 __GUEST_ASSERT(expected_ec == ec, in guest_sync_handler()
307 regs->pc, esr, ec, expected_ec); in guest_sync_handler()
322 #define TEST_EXCEPTION(ec, ops) \ argument
324 GUEST_ASSERT(ec != INVALID_EC); \
325 WRITE_ONCE(expected_ec, ec); \
411 uint8_t pmuver, ec; in create_vpmu_vm() local
428 for (ec = 0; ec < ESR_EC_NUM; ec++) { in create_vpmu_vm()
429 vm_install_sync_handler(vpmu_vm.vm, VECTOR_SYNC_CURRENT, ec, in create_vpmu_vm()
/tools/power/acpi/
DMakefile12 all: acpidbg acpidump ec pfrut
17 acpidbg acpidump ec pfrut: FORCE target
D.gitignore4 /ec
/tools/testing/selftests/kvm/lib/aarch64/
Dprocessor.c427 void kvm_exit_unexpected_exception(int vector, uint64_t ec, bool valid_ec) in kvm_exit_unexpected_exception() argument
429 ucall(UCALL_UNHANDLED, 3, vector, ec, valid_ec); in kvm_exit_unexpected_exception()
467 int ec = 0; in route_exception() local
472 ec = (read_sysreg(esr_el1) >> ESR_EC_SHIFT) & ESR_EC_MASK; in route_exception()
481 ec = 0; in route_exception()
489 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()
490 return handlers->exception_handlers[vector][ec](regs); in route_exception()
493 kvm_exit_unexpected_exception(vector, ec, valid_ec); in route_exception()
504 void vm_install_sync_handler(struct kvm_vm *vm, int vector, int ec, in vm_install_sync_handler() argument
511 assert(ec < ESR_EC_NUM); in vm_install_sync_handler()
[all …]
/tools/power/acpi/tools/ec/
DMakefile10 TOOL = ec
/tools/testing/selftests/kvm/lib/riscv/
Dprocessor.c386 void kvm_exit_unexpected_exception(int vector, int ec) in kvm_exit_unexpected_exception() argument
388 ucall(UCALL_UNHANDLED, 2, vector, ec); in kvm_exit_unexpected_exception()
408 int vector = 0, ec; in route_exception() local
410 ec = regs->cause & ~CAUSE_IRQ_FLAG; in route_exception()
411 if (ec >= NR_EXCEPTIONS) in route_exception()
417 ec = 0; in route_exception()
420 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()
421 return handlers->exception_handlers[vector][ec](regs); in route_exception()
424 return kvm_exit_unexpected_exception(vector, ec); in route_exception()
/tools/perf/
DCREDITS4 66996ec: Sync with 1.6.2.4
/tools/testing/selftests/kvm/include/aarch64/
Dprocessor.h132 int vector, int ec, handler_fn handler);
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h1202 #define KVM_ASM_SAFE_OUTPUTS(v, ec) [vector] "=qm"(v), [error_code] "=rm"(ec) argument
/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst314 48 81 ec 28 02 00 00
/tools/arch/x86/lib/
Dx86-opcode-map.txt305 ec: IN AL,DX (!REX2)
595 ec: paddsb Pq,Qq | vpaddsb Vx,Hx,Wx (66),(v1)
833 ec: CMPLXADD My,Gy,By (66),(v1),(o64)