OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_page
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mac68k/mac68k/
machdep.c
182
u_long
last_page
; /* PA of last physical page */
variable
468
extern u_long
last_page
;
535
pmap_enter(pmap_kernel(), (vaddr_t)
last_page
, (vaddr_t)
last_page
,
2658
extern u_long
last_page
;
2660
return (pa <
last_page
) ? 0 : EFAULT;
2811
last_page
= high[numranges - 1] - m68k_ptob(1);
2815
* machines.
last_page
is unchanged as the last page can still be
locore.s
1000
movl _C_LABEL(
last_page
),%a0 | last page of physical memory
1013
movl _C_LABEL(
last_page
),%a0
/src/sys/dev/nand/
nand.c
916
flash_off_t block, first_page,
last_page
, page;
local
925
last_page
= (block + 1) * chip->nc_block_size
928
for (i = 0, page = first_page; i < 2; i++, page =
last_page
) {
Completed in 25 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026