OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L1_TYPE_MASK
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/epoc32/stand/e32boot/ldd/
epoc32.cpp
100
switch (l1 &
L1_TYPE_MASK
) {
/src/sys/arch/arm/arm32/
vm_machdep.c
300
switch ((oldpde = *pde) &
L1_TYPE_MASK
) {
345
switch (oldpde &
L1_TYPE_MASK
) {
pmap.c
1618
KASSERT((pde &
L1_TYPE_MASK
) == L1_TYPE_C);
1623
if ((pde & (L1_C_DOM_MASK|
L1_TYPE_MASK
))
6408
if ((pde &
L1_TYPE_MASK
) != L1_TYPE_C)
7007
if ((pdep[l1slot] &
L1_TYPE_MASK
) != L1_TYPE_C)
7146
if ((pdep[l1slot] &
L1_TYPE_MASK
) != L1_TYPE_C)
/src/lib/libkvm/
kvm_arm.c
118
switch (pde &
L1_TYPE_MASK
) {
/src/sys/arch/arm/include/arm32/
pte.h
157
#define
L1_TYPE_MASK
0x03 /* mask of type bits */
pmap.h
535
#define l1pte_section_p(pde) (((pde) &
L1_TYPE_MASK
) == L1_TYPE_S)
538
#define l1pte_page_p(pde) (((pde) &
L1_TYPE_MASK
) == L1_TYPE_C)
539
#define l1pte_fpage_p(pde) (((pde) &
L1_TYPE_MASK
) == L1_TYPE_F)
Completed in 23 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025