Searched refs:ebx_in (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dapm.h27 static inline void apm_bios_call_asm(u32 func, u32 ebx_in, u32 ecx_in, argument
45 : "a" (func), "b" (ebx_in), "c" (ecx_in)
49 static inline bool apm_bios_call_simple_asm(u32 func, u32 ebx_in, argument
69 : "a" (func), "b" (ebx_in), "c" (ecx_in)
/linux-master/arch/x86/kernel/
H A Dapm_32.c703 * @ebx_in: EBX register value for BIOS call
714 static int apm_bios_call_simple(u32 func, u32 ebx_in, u32 ecx_in, u32 *eax, argument
721 call.ebx = ebx_in;

Completed in 120 milliseconds