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

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dchkstk.S20 #define PAGE_SIZE 4096 define
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dchkstk.S19 #define PAGE_SIZE 4096 define
/freebsd-11-stable/stand/sparc64/loader/
H A Dlocore.S20 #define PAGE_SIZE 8192 define
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_pagelist.h38 #define PAGE_SIZE 4096 macro
/freebsd-11-stable/sys/riscv/include/
H A Dparam.h82 #define PAGE_SIZE (1 << PAGE_SHIFT) /* Page size */ macro
/freebsd-11-stable/stand/ofw/libofw/
H A Dofw_copy.c40 #define PAGE_SIZE 0x1000 macro
/freebsd-11-stable/sys/dev/hyperv/include/
H A Dhyperv.h71 CTASSERT(sizeof(struct hyperv_reftsc) == PAGE_SIZE); variable
/freebsd-11-stable/sys/arm/include/
H A Dparam.h112 #define PAGE_SIZE (1 << PAGE_SHIFT) /* Page size */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h84 #define PAGE_SIZE (1 << PAGE_SHIFT) /* Page size */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h100 #define PAGE_SIZE (1L << PAGE_SHIFT) /* Page size */ macro
/freebsd-11-stable/sys/mips/include/
H A Dparam.h132 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ macro
/freebsd-11-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-11-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-11-stable/sys/amd64/include/
H A Dparam.h99 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h112 #define PAGE_SIZE PAGE_SIZE_8K /* bytes/page */ macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h89 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ macro
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c202 PAGE_SIZE); local
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c53 #define PAGE_SIZE 4096 /* i386 specific */ macro
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.h99 CTASSERT(sizeof(struct apic_page) == PAGE_SIZE); variable
/freebsd-11-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-11-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-11-stable/sys/amd64/vmm/amd/
H A Dvmcb.h335 CTASSERT(sizeof(struct vmcb) == PAGE_SIZE); variable
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea.c1196 moea_syncicache(VM_PAGE_TO_PHYS(m), PAGE_SIZE); local
[all...]

Completed in 158 milliseconds

12