Searched refs:GETREG (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/um/ |
H A D | signal.c | 47 #define GETREG(regno, regname) regs->regs.gp[HOST_##regno] = sc.regname in copy_sc_from_user() macro 50 GETREG(GS, gs); in copy_sc_from_user() 51 GETREG(FS, fs); in copy_sc_from_user() 52 GETREG(ES, es); in copy_sc_from_user() 53 GETREG(DS, ds); in copy_sc_from_user() 55 GETREG(DI, di); in copy_sc_from_user() 56 GETREG(SI, si); in copy_sc_from_user() 57 GETREG(BP, bp); in copy_sc_from_user() 58 GETREG(SP, sp); in copy_sc_from_user() 59 GETREG(BX, bx); in copy_sc_from_user() [all …]
|
/linux/drivers/usb/misc/sisusbvga/ |
H A D | sisusbvga.c | 1340 #define GETREG(r, d) sisusb_read_memio_byte(sisusb, SISUSB_TYPE_IO, r, d) macro 1737 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1741 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1744 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1746 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1857 ret = GETREG(SISVGAEN, &tmp8); in sisusb_init_gfxcore() 1861 ret |= GETREG(SISMISCR, &tmp8); in sisusb_init_gfxcore() 2010 #undef GETREG
|