Searched defs:PAGE_SIZE (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/aarch64/
H A Dchkstk.S20 #define PAGE_SIZE 4096 define
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dchkstk.S19 #define PAGE_SIZE 4096 define
/openbsd-current/sys/arch/sh/include/
H A Dparam.h55 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/mips64/include/
H A Dparam.h44 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/riscv64/include/
H A Dparam.h51 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/i386/include/
H A Dparam.h53 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/powerpc/include/
H A Dparam.h48 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/alpha/include/
H A Dparam.h53 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/hppa/include/
H A Dparam.h39 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/amd64/include/
H A Dparam.h53 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/i386/i386/
H A Dcodepatch.c109 pmap_extract(pmap_kernel(), kva + PAGE_SIZE, &pa2); local
H A Dbios.c716 pmap_remove(pmap_kernel(), va, va + PAGE_SIZE); local
H A Dmachdep.c3036 pmap_extract(pmap_kernel(), va + PAGE_SIZE, local
[all...]
/openbsd-current/sys/arch/m88k/include/
H A Dparam.h52 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dparam.h51 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/arm/include/
H A Dparam.h43 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/arm64/include/
H A Dparam.h51 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dor32.h31 #define PAGE_SIZE 4096 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dor32.h31 #define PAGE_SIZE 4096 macro
/openbsd-current/sys/arch/sparc64/include/
H A Dparam.h74 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/openbsd-current/sys/arch/amd64/amd64/
H A Dcodepatch.c89 pmap_extract(pmap_kernel(), kva + PAGE_SIZE, &pa2); local
/openbsd-current/sys/arch/m88k/m88k/
H A Dtrap.c790 trunc_page(fault_addr), PAGE_SIZE); local
792 trunc_page(fault_addr), PAGE_SIZE); local
H A Dpmap.c1521 cmmu_dcache_wb(cpu_number(), dst, PAGE_SIZE); local
1537 cmmu_dcache_wb(cpu_number(), pa, PAGE_SIZE); local
[all...]
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dpmap.c1118 CTASSERT(sizeof(struct pmapvp1) == 2 * PAGE_SIZE); variable
[all...]
/openbsd-current/sys/arch/arm64/arm64/
H A Dpmap.c1180 CTASSERT(sizeof(struct pmapvp0) == 2 * PAGE_SIZE); variable
[all...]

Completed in 313 milliseconds

12