Home
last modified time | relevance | path

Searched refs:kbd_status (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dbootparam_utils.h42 memset(&boot_params->kbd_status, 0, in sanitize_boot_params()
44 (char *)&boot_params->kbd_status); in sanitize_boot_params()
Dkbdleds.h15 return boot_params.kbd_status & 0x20 ? (1 << VC_NUMLOCK) : 0; in kbd_defleds()
/Linux-v4.19/arch/x86/boot/
Dmain.c72 boot_params.kbd_status = oreg.al; in keyboard_init()
/Linux-v4.19/Documentation/x86/
Dzero-page.txt34 1EB/001 ALL kbd_status Numlock is enabled
/Linux-v4.19/arch/x86/include/uapi/asm/
Dbootparam.h174 __u8 kbd_status; /* 0x1eb */ member
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c1376 boot_params.kbd_status = op.u.firmware_info.u.kbd_shift_flags; in xen_start_kernel()