__efi_uv_runtime_lock  156 arch/x86/include/asm/uv/bios.h extern struct semaphore __efi_uv_runtime_lock;
__efi_uv_runtime_lock   49 arch/x86/platform/uv/bios_uv.c 	if (down_interruptible(&__efi_uv_runtime_lock))
__efi_uv_runtime_lock   53 arch/x86/platform/uv/bios_uv.c 	up(&__efi_uv_runtime_lock);
__efi_uv_runtime_lock   65 arch/x86/platform/uv/bios_uv.c 	if (down_interruptible(&__efi_uv_runtime_lock))
__efi_uv_runtime_lock   72 arch/x86/platform/uv/bios_uv.c 	up(&__efi_uv_runtime_lock);
__efi_uv_runtime_lock  165 drivers/firmware/efi/runtime-wrappers.c extern struct semaphore __efi_uv_runtime_lock __alias(efi_runtime_lock);