Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/guest/
A Dhyperv-hcall.h62 static inline uint64_t hv_do_rep_hypercall(uint16_t code, uint16_t rep_count, in hv_do_rep_hypercall() argument
71 control |= (uint64_t)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()
82 } while ( rep_comp < rep_count ); in hv_do_rep_hypercall()
/xen/xen/arch/x86/hvm/viridian/
A Dviridian.c535 uint16_t rep_count:12; in viridian_hypercall() member
615 output.rep_complete = input.rep_count; in viridian_hypercall()

Completed in 4 milliseconds