OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ti_asid_hint
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/pmap/
pmap_tlb.c
166
.
ti_asid_hint
= KERNEL_PID + 1,
356
ti->
ti_asid_hint
= KERNEL_PID + 1;
448
ti->
ti_asid_hint
= KERNEL_PID + 1;
833
KASSERT(ti->
ti_asid_hint
> KERNEL_PID);
841
&& ti->
ti_asid_hint
> ti->ti_asid_max) {
842
ti->
ti_asid_hint
= KERNEL_PID + 1;
844
KASSERTMSG(ti->
ti_asid_hint
<= ti->ti_asid_max, "hint %u",
845
ti->
ti_asid_hint
);
851
if (__predict_true(TLBINFO_ASID_INUSE_P(ti, ti->
ti_asid_hint
))) {
866
ti->
ti_asid_hint
= n + i * nbpw
[
all
...]
pmap_tlb.h
124
tlb_asid_t
ti_asid_hint
; /* probable next ASID to use */
member in struct:pmap_tlb_info
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025