Searched refs:error (Results 1 – 10 of 10) sorted by relevance
| /hypervisor/include/arch/x86/asm/ |
| A D | mmu.h | 77 int32_t error; in asm_invvpid() local 80 : "=r" (error) in asm_invvpid() 83 return error; in asm_invvpid() 93 int32_t error; in asm_invept() local 96 : "=r" (error) in asm_invept() 99 return error; in asm_invept()
|
| /hypervisor/arch/x86/guest/ |
| A D | instr_emul.c | 781 error = 0; in emulate_mov() 877 return error; in emulate_mov() 888 error = 0; in emulate_movx() 962 return error; in emulate_movx() 1222 error = 0; in emulate_test() 1275 return error; in emulate_test() 1286 error = 0; in emulate_and() 1358 return error; in emulate_and() 1369 error = 0; in emulate_or() 1444 return error; in emulate_or() [all …]
|
| A D | vlapic.c | 652 bool error = false; in vlapic_write_lvt() local 693 error = true; in vlapic_write_lvt() 711 if (!error) { in vlapic_write_lvt() 1802 int32_t error; in vlapic_set_local_intr() local 1813 error = 0; in vlapic_set_local_intr() 1818 if (error != 0) { in vlapic_set_local_intr() 1825 return error; in vlapic_set_local_intr() 2114 int32_t error = -1; in vlapic_x2apic_read() local 2142 return error; in vlapic_x2apic_read() 2149 int32_t error = -1; in vlapic_x2apic_write() local [all …]
|
| A D | virq.c | 223 arch->exception_info.error = err_code; in vcpu_queue_exception() 225 arch->exception_info.error = 0U; in vcpu_queue_exception() 244 vcpu->arch.exception_info.error); in vcpu_inject_exception()
|
| /hypervisor/scripts/makefile/ |
| A D | config.mk | 12 $$(error $(1) & $(2) must be given in pair) 17 $$(error $(1) & $(2) must be given in pair) 67 $$(error $(1) = '$($(1))' is neither path to a file nor name of a predefined board) 74 $$(error Configuration conflict identified) 82 …$$(error There is no $(1) parameter specified on the command-line and none from a previous build. … 173 $(error BOARD_FILE: $(BOARD_FILE) does not exist) 176 $(error SCENARIO_FILE: $(SCENARIO_FILE) does not exist)
|
| /hypervisor/dm/ |
| A D | vpic.c | 738 int32_t error; in vpic_write() local 742 error = 0; in vpic_write() 750 error = vpic_icw2(vpic, i8259, val); in vpic_write() 753 error = vpic_icw3(vpic, i8259, val); in vpic_write() 756 error = vpic_icw4(vpic, i8259, val); in vpic_write() 759 error = vpic_ocw1(vpic, i8259, val); in vpic_write() 764 error = vpic_icw1(vpic, i8259, val); in vpic_write() 769 error = vpic_ocw3(vpic, i8259, val); in vpic_write() 771 error = vpic_ocw2(vpic, i8259, val); in vpic_write() 782 return error; in vpic_write()
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 72 * Fix compilation error when MBEDTLS_ARC4_C is disabled and 455 returning error codes when using MBEDTLS_<MODULE>_ALT. 470 that can return an error code. 502 failed, the error may not be noticed by the function 605 a fatal error in the verify callback. 614 in the case of an error. Found by redplait. #590 1101 * Fix compile error with armcc 5 with --gnu option. 1109 * Fix error when loading libmbedtls.so. 1516 * Fix compile error with armcc in mpi_is_prime() 2468 error codes and their description. [all …]
|
| /hypervisor/include/public/ |
| A D | acrn_common.h | 50 #error "VIOAPIC_RTE_NUM must be larger than 23"
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | vcpu.h | 266 uint32_t error; member
|
| /hypervisor/ |
| A D | Makefile | 427 $(error Please either install "iasl" or provide the path to "iasl" by using the ASL_COMPILER variab…
|
Completed in 37 milliseconds