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

12

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dchkstk.S19 #define PAGE_SIZE 4096 define
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dchkstk.S20 #define PAGE_SIZE 4096 define
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_pagelist.h38 #define PAGE_SIZE 4096 macro
/freebsd-current/sys/sys/
H A D_pv_entry.h107 _Static_assert(sizeof(struct pv_chunk) == PAGE_SIZE, variable
/freebsd-current/sys/dev/hyperv/include/
H A Dhyperv.h71 CTASSERT(sizeof(struct hyperv_reftsc) == PAGE_SIZE); variable
/freebsd-current/sys/riscv/include/
H A Dparam.h81 #define PAGE_SIZE (1 << PAGE_SHIFT) /* Page size */ macro
/freebsd-current/stand/libofw/
H A Dofw_copy.c37 #define PAGE_SIZE 0x1000 macro
/freebsd-current/sys/arm64/include/
H A Dparam.h97 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/freebsd-current/sys/arm/include/
H A Dparam.h103 #define PAGE_SIZE (1 << PAGE_SHIFT) /* Page size */ macro
/freebsd-current/sys/powerpc/include/
H A Dparam.h107 #define PAGE_SIZE (1 << PAGE_SHIFT) /* Page size */ macro
/freebsd-current/sys/i386/include/
H A Dparam.h86 #define PAGE_SIZE (1 << PAGE_SHIFT) /* bytes/page */ macro
/freebsd-current/sys/amd64/include/
H A Dparam.h96 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ macro
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dmem_sec.c71 # define PAGE_SIZE 4096 macro
/freebsd-current/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-current/sys/amd64/vmm/intel/
H A Dvmx.h105 CTASSERT(sizeof(struct apic_page) == PAGE_SIZE); variable
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dvmbus_reg.h105 CTASSERT(sizeof(struct vmbus_mnf) == PAGE_SIZE); variable
183 CTASSERT(sizeof(struct vmbus_bufring) == PAGE_SIZE); variable
H A Dvmbus.c893 contigfree(VMBUS_PCPU_GET(sc, message, cpu), PAGE_SIZE, local
899 PAGE_SIZE, M_DEVBUF); local
[all...]
/freebsd-current/sys/crypto/ccp/
H A Dccp_hardware.c928 } SHA_H __aligned(PAGE_SIZE) = { variable in typeref:struct:SHA_vectors
/freebsd-current/sys/dev/ismt/
H A Dismt.c616 bus_dma_tag_create(bus_get_dma_tag(dev), 4, PAGE_SIZE, local
621 bus_dma_tag_create(bus_get_dma_tag(dev), 4, PAGE_SIZE, local
/freebsd-current/sys/vm/
H A Dvnode_pager.c535 PAGE_SIZE); local
[all...]
/freebsd-current/sys/kern/
H A Dkern_mbuf.c1016 m_extadd(m_new, (char *)sf_buf_kva(sf), PAGE_SIZE, local
/freebsd-current/sys/amd64/vmm/amd/
H A Dvmcb.h352 CTASSERT(sizeof(struct vmcb) == PAGE_SIZE); variable
/freebsd-current/sys/powerpc/aim/
H A Dmmu_oea.c1217 moea_syncicache(VM_PAGE_TO_PHYS(m), PAGE_SIZE); local
[all...]
/freebsd-current/sys/dev/irdma/
H A Dirdma_utils.c2083 dma_unmap_page(hw_to_dev(hw), pg_dma[i], PAGE_SIZE, DMA_BIDIRECTIONAL); local

Completed in 204 milliseconds

12