Home
last modified time | relevance | path

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

/hypervisor/common/
A Dtimer.c107 if (timer->mode == TICK_MODE_PERIODIC) { in add_timer()
137 timer->mode = TICK_MODE_PERIODIC; in initialize_timer()
140 timer->mode = TICK_MODE_ONESHOT; in initialize_timer()
152 timer->mode = TICK_MODE_PERIODIC; in update_timer()
155 timer->mode = TICK_MODE_ONESHOT; in update_timer()
206 if (timer->mode == TICK_MODE_PERIODIC) { in timer_softirq()
/hypervisor/arch/x86/guest/
A Dvlapic.c303 if (vtimer->mode != timer_mode) { in vlapic_update_lvtt()
313 vtimer->mode = timer_mode; in vlapic_update_lvtt()
754 uint32_t mode = lvt & APIC_LVT_DM; in vlapic_fire_lvt() local
756 switch (mode) { in vlapic_fire_lvt()
1083 if (mode == APIC_DELMODE_INIT) { in vlapic_process_init_sipi()
1136 uint32_t vec, mode, shorthand; in vlapic_write_icrlo() local
1153 mode = icr_low & APIC_DELMODE_MASK; in vlapic_write_icrlo()
1161 && ((mode == APIC_DELMODE_NMI) || (mode == APIC_DELMODE_INIT) in vlapic_write_icrlo()
1561 if (mode == INIT_RESET) { in vlapic_reset()
1574 if (mode == INIT_RESET) { in vlapic_reset()
[all …]
A Dvcpu.c239 static void vcpu_reset_internal(struct acrn_vcpu *vcpu, enum reset_mode mode) in vcpu_reset_internal() argument
260 vlapic_reset(vlapic, apicv_ops, mode); in vcpu_reset_internal()
262 reset_vcpu_regs(vcpu, mode); in vcpu_reset_internal()
458 void reset_vcpu_regs(struct acrn_vcpu *vcpu, enum reset_mode mode) in reset_vcpu_regs() argument
472 if (mode != INIT_RESET) { in reset_vcpu_regs()
860 void reset_vcpu(struct acrn_vcpu *vcpu, enum reset_mode mode) in reset_vcpu() argument
864 vcpu_reset_internal(vcpu, mode); in reset_vcpu()
A Dvmsr.c324 static void enable_msr_interception(uint8_t *bitmap, uint32_t msr_arg, uint32_t mode) in enable_msr_interception() argument
342 if ((mode & INTERCEPT_READ) == INTERCEPT_READ) { in enable_msr_interception()
348 if ((mode & INTERCEPT_WRITE) == INTERCEPT_WRITE) { in enable_msr_interception()
361 static void intercept_x2apic_msrs(uint8_t *msr_bitmap_arg, uint32_t mode) in intercept_x2apic_msrs() argument
367 enable_msr_interception(msr_bitmap, msr, mode); in intercept_x2apic_msrs()
A Dvm.c1000 int32_t reset_vm(struct acrn_vm *vm, enum reset_mode mode) in reset_vm() argument
1021 if ((mode == POWER_ON_RESET) && is_service_vm(vm)) { in reset_vm()
/hypervisor/include/arch/x86/asm/guest/
A Dvlapic.h47 uint32_t mode; member
198 …d vlapic_reset(struct acrn_vlapic *vlapic, const struct acrn_apicv_ops *ops, enum reset_mode mode);
A Dvcpu.h564 void reset_vcpu_regs(struct acrn_vcpu *vcpu, enum reset_mode mode);
658 void reset_vcpu(struct acrn_vcpu *vcpu, enum reset_mode mode);
A Dvm.h249 int32_t reset_vm(struct acrn_vm *vm, enum reset_mode mode);
/hypervisor/include/common/
A Dtimer.h42 enum tick_mode mode; /**< timer mode: one-shot or periodic */ member
/hypervisor/include/arch/x86/asm/
A Dvtd.h527 uint64_t mode:1; member
546 uint64_t mode:1; member
/hypervisor/lib/crypto/mbedtls/
A DChangeLog116 * Add support for the XTS block cipher mode with AES (AES-XTS).
536 * Fix an issue in the cipher decryption with the mode
677 * Accept empty trusted CA chain in authentication mode
1271 * Removed mode from des_context and des3_context
1542 * Add CCM module and cipher mode to Cipher Layer
1753 * Support for AES CFB8 mode
1812 * Support for Camellia-GCM mode and ciphersuites
2449 * Expanded cipher layer with support for CFB128 and CTR mode
2738 be sent twice in non-blocking mode when send returns EAGAIN
2743 * Fixed the "mode" parameter so that encryption/decryption are
[all …]
/hypervisor/arch/x86/
A Dvtd.c1369 irte_pi.bits.post.mode = 0x1UL; in dmar_assign_irte()

Completed in 30 milliseconds