Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/arm64/
A Dvpmu_counter_access.c300 uint64_t esr, ec; in guest_sync_handler() local
303 ec = ESR_ELx_EC(esr); 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_ELx_EC_MAX + 1; ec++) { in create_vpmu_vm()
429 vm_install_sync_handler(vpmu_vm.vm, VECTOR_SYNC_CURRENT, ec, in create_vpmu_vm()
/tools/power/acpi/
A DMakefile12 all: acpidbg acpidump ec pfrut
17 acpidbg acpidump ec pfrut: FORCE target
A D.gitignore4 /ec
/tools/testing/selftests/kvm/lib/arm64/
A Dprocessor.c435 void kvm_exit_unexpected_exception(int vector, uint64_t ec, bool valid_ec) in kvm_exit_unexpected_exception() argument
437 ucall(UCALL_UNHANDLED, 3, vector, ec, valid_ec); in kvm_exit_unexpected_exception()
475 int ec = 0; in route_exception() local
480 ec = ESR_ELx_EC(read_sysreg(esr_el1)); in route_exception()
489 ec = 0; in route_exception()
497 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()
498 return handlers->exception_handlers[vector][ec](regs); in route_exception()
501 kvm_exit_unexpected_exception(vector, ec, valid_ec); in route_exception()
512 void vm_install_sync_handler(struct kvm_vm *vm, int vector, int ec, in vm_install_sync_handler() argument
519 assert(ec <= ESR_ELx_EC_MAX); in vm_install_sync_handler()
[all …]
/tools/power/acpi/tools/ec/
A DMakefile10 TOOL = ec
/tools/testing/selftests/kvm/lib/riscv/
A 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/
A DCREDITS4 66996ec: Sync with 1.6.2.4
/tools/arch/arm64/include/asm/
A Desr.h398 const unsigned long ec = ESR_ELx_EC(esr); in esr_is_data_abort() local
400 return ec == ESR_ELx_EC_DABT_LOW || ec == ESR_ELx_EC_DABT_CUR; in esr_is_data_abort()
/tools/testing/selftests/kvm/include/arm64/
A Dprocessor.h176 int vector, int ec, handler_fn handler);
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h1224 #define KVM_ASM_SAFE_OUTPUTS(v, ec) [vector] "=qm"(v), [error_code] "=rm"(ec) argument
/tools/bpf/bpftool/Documentation/
A Dbpftool-prog.rst327 48 81 ec 28 02 00 00
/tools/arch/x86/lib/
A 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)

Completed in 784 milliseconds