OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTE_VALID
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/powerpc/include/oea/
pte.h
63
#define
PTE_VALID
0x00000001
70
#define
PTE_VALID
0x00000001
77
#define
PTE_VALID
0x80000000
/src/sys/arch/powerpc/oea/
pmap.c
766
if (pvo_pt->pte_hi &
PTE_VALID
)
769
pvo_pt->pte_hi |=
PTE_VALID
;
791
if ((pvo_pt->pte_hi &
PTE_VALID
) == 0)
793
if ((pt->pte_hi &
PTE_VALID
) == 0)
797
pvo_pt->pte_hi &= ~
PTE_VALID
;
805
pt->pte_hi &= ~
PTE_VALID
;
833
* Note: both the destination and source PTEs must not have
PTE_VALID
set.
850
if ((pt->pte_hi &
PTE_VALID
) == 0) {
862
if ((pt->pte_hi &
PTE_VALID
) == 0) {
916
if ((pvo->pvo_pte.pte_hi &
PTE_VALID
) != 0
[
all
...]
/src/lib/libkvm/
kvm_powerpc.c
186
if ((ptehi &
PTE_VALID
) == 0)
Completed in 12 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025