Home
last modified time | relevance | path

Searched refs:pio_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/x86/boot/
Dio.h20 extern struct port_io_ops pio_ops;
28 pio_ops.f_inb = __inb; in init_default_io_ops()
29 pio_ops.f_outb = __outb; in init_default_io_ops()
30 pio_ops.f_outw = __outw; in init_default_io_ops()
37 #define inb pio_ops.f_inb
38 #define outb pio_ops.f_outb
39 #define outw pio_ops.f_outw
Dmain.c20 struct port_io_ops pio_ops; variable
/linux-6.1.9/arch/x86/boot/compressed/
Dtdx.c74 pio_ops.f_inb = tdx_inb; in early_tdx_detect()
75 pio_ops.f_outb = tdx_outb; in early_tdx_detect()
76 pio_ops.f_outw = tdx_outw; in early_tdx_detect()
Dmisc.c51 struct port_io_ops pio_ops; variable
/linux-6.1.9/arch/x86/realmode/rm/
Dwakemain.c65 struct port_io_ops pio_ops; variable