OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asid_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/pmap/
pmap_tlb.c
161
#define TLBINFO_ASID_INITIAL_FREE(
asid_max
) \
162
(
asid_max
+ 1 /* 0 */ - (1 + KERNEL_PID))
383
const tlb_asid_t
asid_max
= pmap_md_tlb_asid_max();
local in function:pmap_tlb_info_init
384
if (ti->ti_asid_max == 0 ||
asid_max
< ti->ti_asid_max) {
385
ti->ti_asid_max =
asid_max
;
pmap_tlb.c
161
#define TLBINFO_ASID_INITIAL_FREE(
asid_max
) \
162
(
asid_max
+ 1 /* 0 */ - (1 + KERNEL_PID))
383
const tlb_asid_t
asid_max
= pmap_md_tlb_asid_max();
local in function:pmap_tlb_info_init
384
if (ti->ti_asid_max == 0 ||
asid_max
< ti->ti_asid_max) {
385
ti->ti_asid_max =
asid_max
;
Completed in 25 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025