Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dmd_var.h80 void setidt_nodisp(int idx, uintptr_t func, int typ, int dpl, int selec);
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1517 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() function