Home
last modified time | relevance | path

Searched refs:dpl (Results 1 – 4 of 4) 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/amd64/include/
H A Dmd_var.h87 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
/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
1531 ip->gd_dpl = dpl; in setidt_nodisp()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c807 setidt(int idx, inthand_t *func, int typ, int dpl, int ist) in setidt() argument
817 ip->gd_dpl = dpl; in setidt()