Home
last modified time | relevance | path

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

/xv6-public/
H A Dtrap.c23 SETGATE(idt[i], 0, SEG_KCODE<<3, vectors[i], 0); in tvinit()
24 SETGATE(idt[T_SYSCALL], 1, SEG_KCODE<<3, vectors[T_SYSCALL], DPL_USER); in tvinit()
H A Dmmu.h168 #define SETGATE(gate, istrap, sel, off, d) \ macro