Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dinterrupt.c122 d0 = get_debugreg(0); in dump_regs()
123 d1 = get_debugreg(1); in dump_regs()
124 d2 = get_debugreg(2); in dump_regs()
125 d3 = get_debugreg(3); in dump_regs()
130 d6 = get_debugreg(6); in dump_regs()
131 d7 = get_debugreg(7); in dump_regs()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcontrol_regs.h60 static inline unsigned long get_debugreg(int regno) in get_debugreg() function