OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bp_start
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/arm/include/
bootconfig.h
52
paddr_t
bp_start
; /* starting PFN (not address) */
member in struct:boot_physmem
/src/sys/arch/arm/arm32/
arm32_boot.c
277
paddr_t
bp_start
= bp[j].
bp_start
;
local in function:initarm_common
278
paddr_t bp_end =
bp_start
+ bp[j].bp_pages;
281
j, ptoa(
bp_start
), ptoa(bp_end));
283
KASSERT(
bp_start
< bp_end);
284
if (start >= bp_end || segend <
bp_start
)
287
if (start <
bp_start
)
288
start =
bp_start
;
/src/sys/arch/aarch64/aarch64/
aarch64_machdep.c
397
paddr_t
bp_start
= bp[j].
bp_start
;
local in function:initarm_common
398
paddr_t bp_end =
bp_start
+ bp[j].bp_pages;
401
j, ptoa(
bp_start
), ptoa(bp_end));
403
KASSERT(
bp_start
< bp_end);
404
if (start >= bp_end || segend <
bp_start
)
407
if (start <
bp_start
)
408
start =
bp_start
;
/src/sys/arch/cats/cats/
cats_machdep.c
409
bp->
bp_start
= atop(istart);
422
bp->
bp_start
= atop(start);
436
bp->
bp_start
= atop(istart + isize);
443
bp->
bp_start
= atop(start);
450
bp->
bp_start
= atop(start);
/src/sys/arch/evbarm/fdt/
fdt_machdep.c
201
bp->
bp_start
= atop(saddr);
202
bp->bp_pages = atop(eaddr) - bp->
bp_start
;
/src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c
193
.
bp_start
= 0x80000000 / NBPG,
Completed in 62 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025