Home
last modified time | relevance | path

Searched refs:offset_arg (Results 1 – 2 of 2) sorted by relevance

/hypervisor/dm/
A Dvuart.c464 static bool vuart_write(struct acrn_vcpu *vcpu, uint16_t offset_arg, in vuart_write() argument
467 uint16_t offset = offset_arg; in vuart_write()
632 static bool vuart_read(struct acrn_vcpu *vcpu, uint16_t offset_arg, __unused size_t width) in vuart_read() argument
634 uint16_t offset = offset_arg; in vuart_read()
/hypervisor/arch/x86/guest/
A Dvlapic.c1343 static int32_t vlapic_read(struct acrn_vlapic *vlapic, uint32_t offset_arg, uint64_t *data) in vlapic_read() argument
1348 uint32_t offset = offset_arg; in vlapic_read()

Completed in 14 milliseconds