Home
last modified time | relevance | path

Searched refs:malloc_aligned (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/dev/virtio/random/
H A Dvirtio_random.c152 sc->vtrnd_value = malloc_aligned(len, len, M_DEVBUF, M_WAITOK); in vtrnd_attach()
/freebsd-14.2/sys/sys/
H A Dmalloc.h267 void *malloc_aligned(size_t size, size_t align, struct malloc_type *type,
/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmx.c1066 vmx->msr_bitmap = malloc_aligned(PAGE_SIZE, PAGE_SIZE, M_VMX, in vmx_init()
1136 vcpu->vmcs = malloc_aligned(sizeof(*vmcs), PAGE_SIZE, M_VMX, in vmx_vcpu_init()
1138 vcpu->apic_page = malloc_aligned(PAGE_SIZE, PAGE_SIZE, M_VMX, in vmx_vcpu_init()
1140 vcpu->pir_desc = malloc_aligned(sizeof(*vcpu->pir_desc), 64, M_VMX, in vmx_vcpu_init()
/freebsd-14.2/sys/amd64/vmm/amd/
H A Dsvm.c620 vcpu->vmcb = malloc_aligned(sizeof(struct vmcb), PAGE_SIZE, M_SVM, in svm_vcpu_init()
2573 vlapic->apic_page = malloc_aligned(PAGE_SIZE, PAGE_SIZE, M_SVM_VLAPIC, in svm_vlapic_init()
/freebsd-14.2/sys/kern/
H A Dkern_malloc.c813 malloc_aligned(size_t size, size_t align, struct malloc_type *type, int flags) in malloc_aligned() function
/freebsd-14.2/share/man/man9/
H A DMakefile1449 malloc.9 malloc_aligned.9 \
/freebsd-14.2/sys/netipsec/
H A Dkey.c2990 sav->lock = malloc_aligned(max(sizeof(struct rmlock), in key_newsav()