Searched refs:vecptr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/amd64/vmm/io/
H A Dvatpic.h54 void vatpic_pending_intr(struct vm *vm, int *vecptr);
H A Dvlapic.h44 * If an eligible vector number is found and 'vecptr' is not NULL then it will
45 * be stored in the location pointed to by 'vecptr'.
50 int vlapic_pending_intr(struct vlapic *vlapic, int *vecptr);
H A Dvlapic_priv.h143 int (*pending_intr)(struct vlapic *vlapic, int *vecptr);
H A Dvatpic.c490 vatpic_pending_intr(struct vm *vm, int *vecptr) argument
510 *vecptr = atpic->irq_base + pin;
H A Dvlapic.c1080 vlapic_pending_intr(struct vlapic *vlapic, int *vecptr) argument
1087 return ((*vlapic->ops.pending_intr)(vlapic, vecptr));
1103 if (vecptr != NULL)
1104 *vecptr = vector;
/freebsd-10.1-release/sys/amd64/vmm/intel/
H A Dvmx.c3024 vmx_pending_intr(struct vlapic *vlapic, int *vecptr) argument
3037 KASSERT(vecptr == NULL, ("vmx_pending_intr: vecptr must be NULL"));

Completed in 85 milliseconds