OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bst_present
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/include/
bus_defs.h
98
/*
bst_present
: bitmap indicating overrides present (1) in *this* tag,
102
uint64_t
bst_present
;
member in struct:bus_space_tag
/src/sys/arch/x86/x86/
bus_space.c
167
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_MAP) == 0)
195
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_RESERVATION_MAP) == 0)
261
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_RESERVE) == 0)
310
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_RESERVE_SUBREGION) ==
364
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_RELEASE) == 0)
402
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_ALLOC) == 0)
590
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_RESERVATION_UNMAP) ==
612
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_UNMAP) == 0)
632
if ((it->
bst_present
& BUS_SPACE_OVERRIDE_FREE) == 0)
995
bst->
bst_present
= present
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025