Searched refs:ec (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/kvm/aarch64/ |
| D | vpmu_counter_access.c | 300 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/ |
| D | Makefile | 12 all: acpidbg acpidump ec pfrut 17 acpidbg acpidump ec pfrut: FORCE target
|
| D | .gitignore | 4 /ec
|
| /tools/testing/selftests/kvm/lib/aarch64/ |
| D | processor.c | 427 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/ |
| D | Makefile | 10 TOOL = ec
|
| /tools/testing/selftests/kvm/lib/riscv/ |
| D | processor.c | 386 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/ |
| D | CREDITS | 4 66996ec: Sync with 1.6.2.4
|
| /tools/testing/selftests/kvm/include/aarch64/ |
| D | processor.h | 132 int vector, int ec, handler_fn handler);
|
| /tools/testing/selftests/kvm/include/x86_64/ |
| D | processor.h | 1202 #define KVM_ASM_SAFE_OUTPUTS(v, ec) [vector] "=qm"(v), [error_code] "=rm"(ec) argument
|
| /tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 314 48 81 ec 28 02 00 00
|
| /tools/arch/x86/lib/ |
| D | x86-opcode-map.txt | 305 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)
|