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

12

/freebsd-10-stable/sys/boot/sparc64/loader/
H A Dlocore.S20 #define PAGE_SIZE 8192 define
/freebsd-10-stable/sys/boot/arm/at91/libat91/
H A Dtag_list.c35 #define PAGE_SIZE 0x1000 macro
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dofw_copy.c40 #define PAGE_SIZE 0x1000 macro
/freebsd-10-stable/sys/ia64/include/
H A Dparam.h97 #define PAGE_SIZE (1<<(LOG2_PAGE_SIZE)) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dparam.h100 #define PAGE_SIZE (1L << PAGE_SHIFT) /* Page size */ macro
/freebsd-10-stable/sys/dev/hyperv/include/
H A Dhyperv.h71 CTASSERT(sizeof(struct hyperv_reftsc) == PAGE_SIZE); variable
/freebsd-10-stable/sys/arm/include/
H A Dparam.h111 #define PAGE_SIZE (1 << PAGE_SHIFT) /* Page size */ macro
/freebsd-10-stable/sys/kern/
H A Dimgact_gzip.c140 kmap_free_wakeup(exec_map, (vm_offset_t)igz.inbuf, PAGE_SIZE); local
310 kmap_free_wakeup(exec_map, (vm_offset_t)igz->inbuf, PAGE_SIZE); local
[all...]
/freebsd-10-stable/sys/mips/include/
H A Dparam.h132 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ macro
/freebsd-10-stable/sys/dev/hyperv/vmbus/
H A Dhyperv.c268 PAGE_SIZE); local
H A Dvmbus_reg.h102 CTASSERT(sizeof(struct vmbus_mnf) == PAGE_SIZE); variable
133 CTASSERT(sizeof(struct vmbus_bufring) == PAGE_SIZE); variable
/freebsd-10-stable/sys/sparc64/include/
H A Dparam.h112 #define PAGE_SIZE PAGE_SIZE_8K /* bytes/page */ macro
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c202 PAGE_SIZE); local
/freebsd-10-stable/sys/amd64/include/
H A Dparam.h99 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ macro
/freebsd-10-stable/sys/i386/include/
H A Dparam.h89 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ macro
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dvmx.h89 CTASSERT(sizeof(struct apic_page) == PAGE_SIZE); variable
H A Dvmcs.h38 CTASSERT(sizeof(struct vmcs) == PAGE_SIZE); variable
/freebsd-10-stable/usr.bin/ldd/
H A Dsods.c51 #define PAGE_SIZE 4096 /* i386 specific */ macro
/freebsd-10-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c110 #define PAGE_SIZE 4096 macro
H A Dt_uvm_physseg.c111 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
[all...]
/freebsd-10-stable/sys/dev/ismt/
H A Dismt.c619 bus_dma_tag_create(bus_get_dma_tag(dev), 4, PAGE_SIZE, local
624 bus_dma_tag_create(bus_get_dma_tag(dev), 4, PAGE_SIZE, local
/freebsd-10-stable/sys/powerpc/aim/
H A Dmmu_oea.c1190 moea_syncicache(VM_PAGE_TO_PHYS(m), PAGE_SIZE); local
[all...]
/freebsd-10-stable/sys/boot/usb/
H A Dbsd_kernel.h97 #define PAGE_SIZE 4096 macro
/freebsd-10-stable/sys/amd64/vmm/amd/
H A Dvmcb.h324 CTASSERT(sizeof(struct vmcb) == PAGE_SIZE); variable
/freebsd-10-stable/sys/ia64/ia64/
H A Dpmap.c713 CTASSERT(sizeof(struct pv_chunk) == PAGE_SIZE); variable
[all...]

Completed in 108 milliseconds

12