Home
last modified time | relevance | path

Searched refs:intcall (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dvideo-vga.c48 intcall(0x10, &ireg, &oreg); in vga_set_basic_mode()
56 intcall(0x10, &ireg, NULL); in vga_set_basic_mode()
71 intcall(0x10, &ireg, NULL); in vga_set_8font()
76 intcall(0x10, &ireg, NULL); in vga_set_8font()
81 intcall(0x10, &ireg, NULL); in vga_set_8font()
86 intcall(0x10, &ireg, NULL); in vga_set_8font()
99 intcall(0x10, &ireg, NULL); in vga_set_14font()
104 intcall(0x10, &ireg, NULL); in vga_set_14font()
109 intcall(0x10, &ireg, NULL); in vga_set_14font()
122 intcall(0x10, &ireg, NULL); in vga_set_80x43()
[all …]
H A Dapm.c26 intcall(0x15, &ireg, &oreg); in query_apm_bios()
39 intcall(0x15, &ireg, NULL); in query_apm_bios()
43 intcall(0x15, &ireg, &oreg); in query_apm_bios()
60 intcall(0x15, &ireg, &oreg); in query_apm_bios()
65 intcall(0x15, &ireg, NULL); in query_apm_bios()
H A Dbioscall.S15 .globl intcall
16 .type intcall, @function
17 intcall: label
79 .size intcall, .-intcall
H A Dvideo-vesa.c44 intcall(0x10, &ireg, &oreg); in vesa_probe()
68 intcall(0x10, &ireg, &oreg); in vesa_probe()
116 intcall(0x10, &ireg, &oreg); in vesa_set_mode()
138 intcall(0x10, &ireg, &oreg); in vesa_set_mode()
171 intcall(0x10, &ireg, &oreg); in vesa_dac_set_8bits()
195 intcall(0x10, &ireg, &oreg); in vesa_store_pm_info()
252 intcall(0x10, &ireg, &oreg); in vesa_store_edid()
266 intcall(0x10, &ireg, &oreg); in vesa_store_edid()
H A Dtty.c47 intcall(0x10, &ireg, NULL); in bios_putchar()
78 intcall(0x1a, &ireg, &oreg); in gettime()
92 intcall(0x16, &ireg, &oreg); in getchar()
103 intcall(0x16, &ireg, &oreg); in kbd_pending()
H A Dmain.c72 intcall(0x16, &ireg, &oreg); in keyboard_init()
76 intcall(0x16, &ireg, NULL); in keyboard_init()
94 intcall(0x15, &ireg, &oreg); in query_ist()
113 intcall(0x15, &ireg, NULL); in set_bios_mode()
H A Dmemory.c46 intcall(0x15, &ireg, &oreg); in detect_memory_e820()
78 intcall(0x15, &ireg, &oreg); in detect_memory_e801()
111 intcall(0x15, &ireg, &oreg); in detect_memory_88()
H A Dvideo-bios.c36 intcall(0x10, &ireg, NULL); in set_bios_mode()
39 intcall(0x10, &ireg, &oreg); in set_bios_mode()
55 intcall(0x10, &ireg, NULL); in set_bios_mode()
H A Dedd.c33 intcall(0x13, &ireg, &oreg); in read_mbr()
85 intcall(0x13, &ireg, &oreg); in get_edd_info()
102 intcall(0x13, &ireg, &oreg); in get_edd_info()
109 intcall(0x13, &ireg, &oreg); in get_edd_info()
H A Dvideo.c28 intcall(0x10, &ireg, &oreg); in store_cursor_position()
48 intcall(0x10, &ireg, &oreg); in store_video_mode()
312 intcall(0x10, &ireg, NULL); in restore_screen()
H A Da20.c95 intcall(0x15, &ireg, NULL); in enable_a20_bios()
H A Dboot.h246 void intcall(u8 int_no, const struct biosregs *ireg, struct biosregs *oreg);