Searched defs:PAGE_SHIFT (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/beri/virtio/
H A Dvirtio.h40 #define PAGE_SHIFT 12 macro
/freebsd-current/sys/riscv/include/
H A Dparam.h80 #define PAGE_SHIFT 12 macro
/freebsd-current/sys/arm64/include/
H A Dparam.h96 #define PAGE_SHIFT PAGE_SHIFT_4K macro
/freebsd-current/sys/arm/include/
H A Dparam.h102 #define PAGE_SHIFT 12 macro
/freebsd-current/sys/powerpc/include/
H A Dparam.h106 #define PAGE_SHIFT 12 macro
/freebsd-current/sys/i386/include/
H A Dparam.h85 #define PAGE_SHIFT 12 /* LOG2(PAGE_SIZE) */ macro
/freebsd-current/sys/amd64/include/
H A Dparam.h95 #define PAGE_SHIFT 12 /* LOG2(PAGE_SIZE) */ macro
/freebsd-current/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c111 #define PAGE_SHIFT 12 macro
H A Dt_uvm_physseg.c110 #define PAGE_SHIFT 12 macro
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c526 #define PAGE_SHIFT (highbit64(PAGESIZE)-1) macro
/freebsd-current/sys/vm/
H A Dvm_object.c2286 prev_size >>= PAGE_SHIFT; local
2287 next_size >>= PAGE_SHIFT; local
/freebsd-current/stand/kshim/
H A Dbsd_kernel.h123 #undef PAGE_SHIFT macro
124 #define PAGE_SHIFT 12 macro

Completed in 227 milliseconds