OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:amd_nmi_handle
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/tprof/
tprof_x86_amd.c
112
static nmi_handler_t *
amd_nmi_handle
;
variable in typeref:typename:nmi_handler_t *
279
KASSERT(
amd_nmi_handle
== NULL);
280
amd_nmi_handle
= nmi_establish(tprof_amd_nmi, sc);
296
KASSERT(
amd_nmi_handle
!= NULL);
297
nmi_disestablish(
amd_nmi_handle
);
298
amd_nmi_handle
= NULL;
Completed in 13 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025