OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_PHYS_MASK
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/mips/cavium/
octeon_dma.c
70
mcp->mc_fpa_dmat._bounce_alloc_hi = round_page(
MIPS_PHYS_MASK
);
/src/sys/arch/mips/include/
cpuregs.h
115
#define
MIPS_PHYS_MASK
0x1fffffff
117
#define MIPS_KSEG0_TO_PHYS(x) ((uintptr_t)(x) &
MIPS_PHYS_MASK
)
119
#define MIPS_KSEG1_TO_PHYS(x) ((uintptr_t)(x) &
MIPS_PHYS_MASK
)
122
#define MIPS_KSEG0_P(x) (((intptr_t)(x) & ~
MIPS_PHYS_MASK
) == MIPS_KSEG0_START)
123
#define MIPS_KSEG1_P(x) (((intptr_t)(x) & ~
MIPS_PHYS_MASK
) == MIPS_KSEG1_START)
/src/sys/arch/mips/cavium/dev/
octeon_powvar.h
381
KASSERT(addr <
MIPS_PHYS_MASK
);
if_cnmac.c
880
KASSERT((sc->sc_cmdptr.cmdptr & ~
MIPS_PHYS_MASK
) == 0);
958
KASSERT((gaddr & ~
MIPS_PHYS_MASK
) == 0);
1196
KASSERT((word3 & ~
MIPS_PHYS_MASK
) == 0);
/src/sys/arch/mips/mips/
bus_space_alignstride_chipdep.c
376
if (((addr + size) & ~
MIPS_PHYS_MASK
) == 0)
385
if (((addr + size) & ~
MIPS_PHYS_MASK
) == 0)
392
if (((addr + size) & ~
MIPS_PHYS_MASK
) != 0) {
460
KASSERT (((addr + sz) & ~
MIPS_PHYS_MASK
) != 0);
pmap_machdep.c
193
if (pa <
MIPS_PHYS_MASK
) {
328
if (uvm_physseg_get_avail_start(bank) + npgs >= atop(
MIPS_PHYS_MASK
+ 1)) {
1088
KASSERT((pa & ~
MIPS_PHYS_MASK
) == 0);
bus_dma.c
688
if (segs->ds_addr >=
MIPS_PHYS_MASK
)
1125
if ((nsegs == 1) && (segs[0].ds_addr <
MIPS_PHYS_MASK
)) {
mips_machdep.c
2098
if (uvm_physseg_get_avail_start(bank) + atop(sz) <= atop(
MIPS_PHYS_MASK
))
mipsX_subr.S
590
li k1,
MIPS_PHYS_MASK
#01
/src/sys/arch/emips/emips/
machdep.c
548
#define TOO_MUCH (
MIPS_PHYS_MASK
+1)
Completed in 25 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025