OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:grant_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xen/
xengnt.c
89
grant_status_t *
grant_status
;
variable in typeref:typename:grant_status_t *
144
grant_status
= (void *)uvm_km_alloc(kernel_map,
146
if (
grant_status
== NULL)
221
pmap_kremove((vaddr_t)
grant_status
, gnt_status_frames * PAGE_SIZE);
288
pmap_kenter_ma(((vaddr_t)
grant_status
) + i * PAGE_SIZE,
496
(
grant_status
[entry] & (GTF_reading|GTF_writing)) != 0)) {
502
* The read of
grant_status
needs to have acquire
530
return
grant_status
[entry] & (GTF_reading|GTF_writing);
xengnt.c
89
grant_status_t *
grant_status
;
variable in typeref:typename:grant_status_t *
144
grant_status
= (void *)uvm_km_alloc(kernel_map,
146
if (
grant_status
== NULL)
221
pmap_kremove((vaddr_t)
grant_status
, gnt_status_frames * PAGE_SIZE);
288
pmap_kenter_ma(((vaddr_t)
grant_status
) + i * PAGE_SIZE,
496
(
grant_status
[entry] & (GTF_reading|GTF_writing)) != 0)) {
502
* The read of
grant_status
needs to have acquire
530
return
grant_status
[entry] & (GTF_reading|GTF_writing);
Completed in 26 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025