Home
last modified time | relevance | path

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

/arch/x86/boot/
Dvideo-vga.c50 intcall(0x10, &ireg, &oreg); in vga_set_basic_mode()
58 intcall(0x10, &ireg, NULL); in vga_set_basic_mode()
73 intcall(0x10, &ireg, NULL); in vga_set_8font()
78 intcall(0x10, &ireg, NULL); in vga_set_8font()
83 intcall(0x10, &ireg, NULL); in vga_set_8font()
88 intcall(0x10, &ireg, NULL); in vga_set_8font()
101 intcall(0x10, &ireg, NULL); in vga_set_14font()
106 intcall(0x10, &ireg, NULL); in vga_set_14font()
111 intcall(0x10, &ireg, NULL); in vga_set_14font()
124 intcall(0x10, &ireg, NULL); in vga_set_80x43()
[all …]
Dapm.c28 intcall(0x15, &ireg, &oreg); in query_apm_bios()
41 intcall(0x15, &ireg, NULL); in query_apm_bios()
45 intcall(0x15, &ireg, &oreg); in query_apm_bios()
62 intcall(0x15, &ireg, &oreg); in query_apm_bios()
67 intcall(0x15, &ireg, NULL); in query_apm_bios()
Dbioscall.S18 .globl intcall symbol
19 .type intcall, @function
20 intcall: label
82 .size intcall, .-intcall
Dtty.c49 intcall(0x10, &ireg, NULL); in bios_putchar()
80 intcall(0x1a, &ireg, &oreg); in gettime()
94 intcall(0x16, &ireg, &oreg); in getchar()
105 intcall(0x16, &ireg, &oreg); in kbd_pending()
Dvideo-vesa.c46 intcall(0x10, &ireg, &oreg); in vesa_probe()
70 intcall(0x10, &ireg, &oreg); in vesa_probe()
118 intcall(0x10, &ireg, &oreg); in vesa_set_mode()
140 intcall(0x10, &ireg, &oreg); in vesa_set_mode()
173 intcall(0x10, &ireg, &oreg); in vesa_dac_set_8bits()
197 intcall(0x10, &ireg, &oreg); in vesa_store_pm_info()
254 intcall(0x10, &ireg, &oreg); in vesa_store_edid()
268 intcall(0x10, &ireg, &oreg); in vesa_store_edid()
Dmain.c71 intcall(0x16, &ireg, &oreg); in keyboard_init()
75 intcall(0x16, &ireg, NULL); in keyboard_init()
93 intcall(0x15, &ireg, &oreg); in query_ist()
112 intcall(0x15, &ireg, NULL); in set_bios_mode()
Dvideo-bios.c38 intcall(0x10, &ireg, NULL); in set_bios_mode()
41 intcall(0x10, &ireg, &oreg); in set_bios_mode()
57 intcall(0x10, &ireg, NULL); in set_bios_mode()
Dmemory.c48 intcall(0x15, &ireg, &oreg); in detect_memory_e820()
80 intcall(0x15, &ireg, &oreg); in detect_memory_e801()
115 intcall(0x15, &ireg, &oreg); in detect_memory_88()
Dedd.c35 intcall(0x13, &ireg, &oreg); in read_mbr()
87 intcall(0x13, &ireg, &oreg); in get_edd_info()
104 intcall(0x13, &ireg, &oreg); in get_edd_info()
111 intcall(0x13, &ireg, &oreg); in get_edd_info()
Dvideo.c30 intcall(0x10, &ireg, &oreg); in store_cursor_position()
50 intcall(0x10, &ireg, &oreg); in store_video_mode()
314 intcall(0x10, &ireg, NULL); in restore_screen()
Da20.c97 intcall(0x15, &ireg, NULL); in enable_a20_bios()
Dboot.h271 void intcall(u8 int_no, const struct biosregs *ireg, struct biosregs *oreg);