OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvmm
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/sys/modules/nvmm/
Makefile
8
.PATH: ${S}/dev/
nvmm
9
.PATH: ${S}/dev/
nvmm
/x86
11
KMOD=
nvmm
12
IOCONF=
nvmm
.ioconf
13
SRCS=
nvmm
.c
/src/sys/dev/nvmm/x86/
Makefile
3
INCSDIR= /usr/include/dev/
nvmm
/x86
nvmm_x86.c
7
* This code is part of the
NVMM
hypervisor.
45
#include <dev/
nvmm
/
nvmm
.h>
46
#include <dev/
nvmm
/nvmm_internal.h>
47
#include <dev/
nvmm
/x86/nvmm_x86.h>
nvmm_x86_svmfunc.S
7
* This code is part of the
NVMM
hypervisor.
43
#include <dev/
nvmm
/x86/nvmm_x86.h>
nvmm_x86_vmxfunc.S
7
* This code is part of the
NVMM
hypervisor.
43
#include <dev/
nvmm
/x86/nvmm_x86.h>
nvmm_x86_svm.c
7
* This code is part of the
NVMM
hypervisor.
54
#include <dev/
nvmm
/
nvmm
.h>
55
#include <dev/
nvmm
/nvmm_internal.h>
56
#include <dev/
nvmm
/x86/nvmm_x86.h>
1004
memcpy(&cpudata->gprs[NVMM_X64_GPR_RCX], "
NVMM
", 4);
2502
printf("
NVMM
: SVM not supported\n");
2507
printf("
NVMM
: CPUID leaf not available\n");
2514
printf("
NVMM
: SVM revision not supported\n");
2520
printf("
NVMM
: SVM-NP not supported\n")
[
all
...]
nvmm_x86_vmx.c
7
* This code is part of the
NVMM
hypervisor.
55
#include <dev/
nvmm
/
nvmm
.h>
56
#include <dev/
nvmm
/nvmm_internal.h>
57
#include <dev/
nvmm
/x86/nvmm_x86.h>
1455
memcpy(&cpudata->gprs[NVMM_X64_GPR_RCX], "
NVMM
", 4);
3356
printf("
NVMM
: VMX disabled in BIOS\n");
3362
printf("
NVMM
: I/O reporting not supported\n");
3366
printf("
NVMM
: WB memory not supported\n");
3375
printf("
NVMM
: CR0 requirements not satisfied\n")
[
all
...]
/src/sys/dev/nvmm/
Makefile
9
INCSDIR= /usr/include/dev/
nvmm
11
INCS=
nvmm
.h nvmm_ioctl.h
nvmm_internal.h
7
* This code is part of the
NVMM
hypervisor.
41
#include <dev/
nvmm
/
nvmm
.h>
nvmm_ioctl.h
7
* This code is part of the
NVMM
hypervisor.
35
#include <dev/
nvmm
/
nvmm
.h>
nvmm.h
1
/* $NetBSD:
nvmm
.h,v 1.16 2021/03/26 15:59:53 reinoud Exp $ */
7
* This code is part of the
NVMM
hypervisor.
47
#include <dev/
nvmm
/x86/nvmm_x86.h>
nvmm.c
1
/* $NetBSD:
nvmm
.c,v 1.47 2022/09/13 20:10:04 riastradh Exp $ */
7
* This code is part of the
NVMM
hypervisor.
32
__KERNEL_RCSID(0, "$NetBSD:
nvmm
.c,v 1.47 2022/09/13 20:10:04 riastradh Exp $");
55
#include <dev/
nvmm
/
nvmm
.h>
56
#include <dev/
nvmm
/nvmm_internal.h>
57
#include <dev/
nvmm
/nvmm_ioctl.h>
1259
CFATTACH_DECL_NEW(
nvmm
, 0, nvmm_match, nvmm_attach, nvmm_detach, NULL);
1263
.cf_name = "
nvmm
",
1264
.cf_atname = "
nvmm
",
[
all
...]
/src/lib/libnvmm/
Makefile
5
LIB=
nvmm
10
INCS=
nvmm
.h
nvmm.h
1
/* $NetBSD:
nvmm
.h,v 1.19 2021/04/06 08:40:17 reinoud Exp $ */
7
* This code is part of the
NVMM
hypervisor.
37
#include <dev/
nvmm
/
nvmm
.h>
38
#include <dev/
nvmm
/nvmm_ioctl.h>
/src/usr.sbin/nvmmctl/
Makefile
12
BINGRP=
nvmm
nvmmctl.c
7
* This code is part of the
NVMM
hypervisor.
49
#include <
nvmm
.h>
123
printf("
nvmm
: Kernel API version %u\n", cap.version);
124
printf("
nvmm
: State size %u\n", cap.state_size);
125
printf("
nvmm
: Max machines %u\n", cap.max_machines);
126
printf("
nvmm
: Max VCPUs per machine %u\n", cap.max_vcpus);
131
printf("
nvmm
: Max RAM per machine %s\n", ram);
134
printf("
nvmm
: Arch Mach conf %s\n", buf);
137
printf("
nvmm
: Arch VCPU conf %s\n", buf);
140
printf("
nvmm
: Guest FPU states %s\n", buf)
[
all
...]
/src/sys/dev/
Makefile
11
SUBDIR+=
nvmm
/src/etc/etc.amd64/
MAKEDEV.conf
37
makedev
nvmm
/src/tests/lib/libnvmm/
h_io_assist.c
7
* This code is part of the
NVMM
hypervisor.
46
#include <
nvmm
.h>
h_mem_assist.c
7
* This code is part of the
NVMM
hypervisor.
46
#include <
nvmm
.h>
/src/sys/modules/
Makefile
264
SUBDIR+=
nvmm
/src/share/man/man4/
Makefile
50
nvme.4
nvmm
.4 \
/src/etc/
MAKEDEV.tmpl
262
#
nvmm
NetBSD Virtual Machine Monitor
2260
nvmm
)
2261
mkdev
nvmm
c %nvmm_chr% 0 660 $g_nvmm
/src/usr.sbin/postinstall/
postinstall.in
1458
_unbound _nsd
nvmm
_dhcpcd
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
364
#include <
nvmm
.h>
Completed in 28 milliseconds
1
2
Indexes created Fri Oct 17 23:09:53 GMT 2025