OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_round_page
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/i386/include/
param.h
162
#define
x86_round_page
(x) ((((paddr_t)(x)) + PGOFSET) & ~PGOFSET)
macro
/src/sys/arch/amd64/include/
param.h
145
#define
x86_round_page
(x) ((((unsigned long)(x)) + PGOFSET) & ~PGOFSET)
macro
/src/sys/arch/x86/pci/
pci_addr_fixup.c
123
start =
x86_round_page
(avail_end + 1);
/src/sys/arch/x86/x86/
bus_space.c
435
endpa =
x86_round_page
(bpa + size);
507
endva =
x86_round_page
(bsh + size);
557
endva =
x86_round_page
(bsh + size);
mpbios.c
257
paddr_t endpa =
x86_round_page
(pa + len);
/src/sys/arch/i386/pnpbios/
pnpbios.c
262
endpa =
x86_round_page
(addr + len);
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025