Searched refs:uv_bios_call_irqsave (Results 1 - 1 of 1) sorted by path

/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c54 static s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, function
88 ret = uv_bios_call_irqsave(UV_BIOS_GET_SN_INFO, fc,
117 ret = (int)uv_bios_call_irqsave(UV_BIOS_WATCHLIST_ALLOC, addr,
130 return (int)uv_bios_call_irqsave(UV_BIOS_WATCHLIST_FREE,
138 return uv_bios_call_irqsave(UV_BIOS_MEMPROTECT, paddr, len,
146 return uv_bios_call_irqsave(UV_BIOS_GET_PARTITION_ADDR, (u64)cookie,

Completed in 251 milliseconds