Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dkbdleds.h15 return boot_params.kbd_status & 0x20 ? (1 << VC_NUMLOCK) : 0; in kbd_defleds()
/linux-6.6.21/arch/x86/boot/
Dmain.c73 boot_params.kbd_status = oreg.al; in keyboard_init()
/linux-6.6.21/Documentation/arch/x86/
Dzero-page.rst40 1EB/001 ALL kbd_status Numlock is enabled
/linux-6.6.21/arch/x86/include/uapi/asm/
Dbootparam.h209 __u8 kbd_status; /* 0x1eb */ member
/linux-6.6.21/arch/x86/xen/
Denlighten_pv.c1477 boot_params.kbd_status = op.u.firmware_info.u.kbd_shift_flags; in xen_start_kernel()