Home
last modified time | relevance | path

Searched refs:open_path_or_exit (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dsvm.c162 return open_path_or_exit(SEV_DEV_PATH, 0); in open_sev_dev_path_or_exit()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c29 int open_path_or_exit(const char *path, int flags) in open_path_or_exit() function
51 return open_path_or_exit(KVM_DEV_PATH, flags); in _open_kvm_dev_path_or_exit()
72 fd = open_path_or_exit(path, O_RDONLY); in get_module_param()
/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h250 int open_path_or_exit(const char *path, int flags);