Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dmd_var.h78 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 Dmachdep.c599 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()