Searched refs:selec (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/i386/include/ |
H A D | md_var.h | 78 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec); 79 void setidt_nodisp(int idx, uintptr_t func, int typ, int dpl, int selec);
|
/freebsd/sys/i386/i386/ |
H A D | machdep.c | 599 setidt(int idx, inthand_t *func, int typ, int dpl, int selec) in setidt() argument 604 setidt_nodisp(idx, off, typ, dpl, selec); in setidt() 608 setidt_nodisp(int idx, uintptr_t off, int typ, int dpl, int selec) in setidt_nodisp() argument 614 ip->gd_selector = selec; in setidt_nodisp()
|