Home
last modified time | relevance | path

Searched refs:set_memory_4k (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/s390/include/asm/
H A Dkfence.h18 set_memory_4k((unsigned long)__kfence_pool, pool_pages); in arch_kfence_init_pool()
H A Dset_memory.h61 __SET_MEMORY_FUNC(set_memory_4k, SET_MEMORY_4K)
/linux-6.15/arch/x86/include/asm/
H A Dkfence.h34 set_memory_4k(addr, 1); in arch_kfence_init_pool()
H A Dset_memory.h49 int set_memory_4k(unsigned long addr, int numpages);
/linux-6.15/arch/x86/virt/svm/
H A Dsev.c950 ret = set_memory_4k(vaddr, npages); in adjust_direct_map()
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c2521 set_memory_4k((unsigned long)__va(0), 1); in arch_cpu_finalize_init()
/linux-6.15/arch/x86/mm/pat/
H A Dset_memory.c2343 int set_memory_4k(unsigned long addr, int numpages) in set_memory_4k() function
/linux-6.15/drivers/iommu/amd/
H A Dinit.c831 set_memory_4k((unsigned long)buf, (1 << order))) { in iommu_alloc_4k_pages()