Home
last modified time | relevance | path

Searched refs:vmalloc (Results 1 – 25 of 29) sorted by relevance

12

/arch/um/include/shared/
A Dum_malloc.h15 #define vmalloc(...) vmalloc_noprof(__VA_ARGS__) macro
/arch/s390/hypfs/
A Dhypfs_vm.c68 data = vmalloc(size + offset); in diag2fc_store()
/arch/arm/boot/dts/aspeed/
A Dast2600-facebook-netbmc-common.dtsi15 bootargs = "console=ttyS0,9600n8 root=/dev/ram rw vmalloc=640M";
/arch/m68k/include/asm/
A Dfloppy.h146 return (unsigned long) vmalloc(size); in vdma_mem_alloc()
/arch/um/os-Linux/
A Dmain.c215 else ret = vmalloc(size); in __wrap_malloc()
/arch/s390/kernel/
A Dearly.c52 decompressor_handled_param(vmalloc);
A Dcert_store.c580 vcb = vmalloc(get_4k_mult_vcb_size(vcssb)); in create_key_from_sevcb()
581 vce = vmalloc(vcssb->max_single_vcb_length - sizeof(vcb->vcb_hdr)); in create_key_from_sevcb()
A Dmodule.c131 me->arch.syminfo = vmalloc(array_size(sizeof(struct mod_arch_syminfo), in module_frob_arch_sections()
/arch/parisc/include/asm/
A Dfloppy.h162 return (unsigned long) vmalloc(size); in vdma_mem_alloc()
/arch/s390/kernel/diag/
A Ddiag324.c170 data->pib = vmalloc(data->len); in diag324_pibbuf()
/arch/x86/include/asm/
A Dfloppy.h162 return (unsigned long)vmalloc(size); in vdma_mem_alloc()
/arch/sparc/include/asm/
A Dfloppy_32.h77 #define fd_dma_mem_alloc(size) ((unsigned long) vmalloc(size))
/arch/powerpc/kernel/
A Drtasd.c531 rtas_log_buf = vmalloc(array_size(LOG_NUMBER, in rtas_event_scan_init()
/arch/alpha/
A DKconfig418 be streamlined if we restrict the kernel to one PGD for all vmalloc
424 much vmalloc space as is available.
426 Say N unless you know you need gobs and gobs of vmalloc space.
/arch/x86/kernel/fpu/
A Dregset.c160 tmpbuf = vmalloc(count); in xstateregs_set()
/arch/arc/
A DKconfig491 space for catering to vmalloc, modules, pkmap, fixmap. This however may
492 not suffice vmalloc requirements of a 4K CPU EZChip system. So allow
/arch/powerpc/lib/
A Dtest-code-patching.c210 buf = vmalloc(PAGE_ALIGN(0x2000000 + 1)); in test_translate_branch()
/arch/mips/kernel/
A Dvpe.c782 v->pbuffer = vmalloc(P_SIZE); in vpe_open()
/arch/x86/kernel/cpu/microcode/
A Damd.c942 equiv_table.entry = vmalloc(equiv_tbl_len); in install_equiv_cpu_table()
/arch/s390/kvm/
A Dkvm-s390.c2379 values = vmalloc(bufsize); in kvm_s390_get_cmma_bits()
2430 bits = vmalloc(array_size(sizeof(*bits), args->count)); in kvm_s390_set_cmma_bits()
2758 hdr = vmalloc(parms.length); in kvm_s390_handle_pv()
2918 tmpbuf = vmalloc(mop->size); in kvm_s390_vm_mem_op_abs()
5670 tmpbuf = vmalloc(mop->size); in kvm_s390_vcpu_mem_op()
A Dgaccess.c921 gpas = vmalloc(array_size(nr_pages, sizeof(unsigned long))); in access_guest_with_key()
/arch/um/drivers/
A Dubd_kern.c755 ubd_dev->cow.bitmap = vmalloc(ubd_dev->cow.bitmap_len); in ubd_open_dev()
/arch/powerpc/perf/
A Dhv-24x7.c834 event_data = vmalloc(event_data_bytes); in create_events_from_catalog()
/arch/
A DKconfig1431 in vmalloc space. This means:
1433 - vmalloc space must be large enough to hold many kernel stacks.
1436 - Stacks in vmalloc space need to work reliably. For example, if
/arch/arm/
A DKconfig1227 vmalloc space and actual amount of RAM, you may not need this
1279 bool "Use PLTs to allow module memory to spill over into vmalloc area"
1288 vmalloc area after the dedicated module memory area has been

Completed in 796 milliseconds

12