Home
last modified time | relevance | path

Searched refs:gfp_custom (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dkvm_types.h112 gfp_t gfp_custom; member
/linux/arch/riscv/kvm/
H A Dmmu.c46 .gfp_custom = (in_atomic) ? GFP_ATOMIC | __GFP_ACCOUNT : 0, in kvm_riscv_mmu_ioremap()
/linux/virt/kvm/
H A Dkvm_main.c367 gfp_t gfp = mc->gfp_custom ? mc->gfp_custom : GFP_KERNEL_ACCOUNT; in __kvm_mmu_topup_memory_cache()