Searched refs:GETREG (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/x86/um/ |
D | signal.c | 168 #define GETREG(regno, regname) regs->regs.gp[HOST_##regno] = sc.regname in copy_sc_from_user() macro 171 GETREG(GS, gs); in copy_sc_from_user() 172 GETREG(FS, fs); in copy_sc_from_user() 173 GETREG(ES, es); in copy_sc_from_user() 174 GETREG(DS, ds); in copy_sc_from_user() 176 GETREG(DI, di); in copy_sc_from_user() 177 GETREG(SI, si); in copy_sc_from_user() 178 GETREG(BP, bp); in copy_sc_from_user() 179 GETREG(SP, sp); in copy_sc_from_user() 180 GETREG(BX, bx); in copy_sc_from_user() [all …]
|
/linux-6.12.1/drivers/usb/misc/sisusbvga/ |
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
|