Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dmd_var.h79 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec);
80 void setidt_nodisp(int idx, uintptr_t func, int typ, int dpl, int selec);
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1512 setidt(int idx, inthand_t *func, int typ, int dpl, int selec) in setidt() argument
1517 setidt_nodisp(idx, off, typ, dpl, selec); in setidt()
1521 setidt_nodisp(int idx, uintptr_t off, int typ, int dpl, int selec) in setidt_nodisp() argument
1527 ip->gd_selector = selec; in setidt_nodisp()