OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btlb_j
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/hppa/
pmap.c
980
int
btlb_j
;
local in function:pmap_bootstrap
995
btlb_j
= 0;
999
KASSERT(
btlb_j
< BTLB_SET_SIZE);
1000
btlb_entry_start[
btlb_j
] = addr;
1001
btlb_entry_size[
btlb_j
] = btlb_entry_min;
1002
btlb_entry_vm_prot[
btlb_j
] =
1005
btlb_entry_vm_prot[
btlb_j
] |= VM_PROT_WRITE;
1008
while (
btlb_j
> 0 &&
1009
btlb_entry_vm_prot[
btlb_j
] ==
1010
btlb_entry_vm_prot[
btlb_j
- 1] &
[
all
...]
pmap.c
980
int
btlb_j
;
local in function:pmap_bootstrap
995
btlb_j
= 0;
999
KASSERT(
btlb_j
< BTLB_SET_SIZE);
1000
btlb_entry_start[
btlb_j
] = addr;
1001
btlb_entry_size[
btlb_j
] = btlb_entry_min;
1002
btlb_entry_vm_prot[
btlb_j
] =
1005
btlb_entry_vm_prot[
btlb_j
] |= VM_PROT_WRITE;
1008
while (
btlb_j
> 0 &&
1009
btlb_entry_vm_prot[
btlb_j
] ==
1010
btlb_entry_vm_prot[
btlb_j
- 1] &
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025