Home
last modified time | relevance | path

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

/sys/amd64/
Dtrap.c40 idt[i].pc_low = trap_table[i] & 0x0000ffff; in Trap_Init()
52 idt[i].pc_low = trap_table[63] & 0x0000ffff; in Trap_Init()
/sys/amd64/include/
Damd64.h93 uint16_t pc_low; member