Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/hvm/
A Ddomain.h33 struct hvm_ioreq_page { struct
55 struct hvm_ioreq_page ioreq; argument
57 struct hvm_ioreq_page bufioreq;
/xen/xen/arch/x86/hvm/
A Dioreq.c311 struct hvm_ioreq_page *iorp = buf ? &s->bufioreq : &s->ioreq; in hvm_unmap_ioreq_gfn()
326 struct hvm_ioreq_page *iorp = buf ? &s->bufioreq : &s->ioreq; in hvm_map_ioreq_gfn()
361 struct hvm_ioreq_page *iorp = buf ? &s->bufioreq : &s->ioreq; in hvm_alloc_ioreq_mfn()
409 struct hvm_ioreq_page *iorp = buf ? &s->bufioreq : &s->ioreq; in hvm_free_ioreq_mfn()
450 struct hvm_ioreq_page *iorp = buf ? &s->bufioreq : &s->ioreq; in hvm_remove_ioreq_gfn()
464 struct hvm_ioreq_page *iorp = buf ? &s->bufioreq : &s->ioreq; in hvm_add_ioreq_gfn()
1351 struct hvm_ioreq_page *iorp; in hvm_send_buffered_ioreq()

Completed in 5 milliseconds