Searched defs:PAGE_SIZE (Results 26 - 50 of 109) sorted by last modified time

12345

/linux-master/kernel/power/
H A Dswap.c1577 set_blocksize(file_bdev(hib_resume_bdev_file), PAGE_SIZE); local
[all...]
/linux-master/include/linux/
H A Dhighmem.h311 kmsan_unpoison_memory(page_address(to), PAGE_SIZE); local
351 kmsan_unpoison_memory(page_address(to), PAGE_SIZE); local
[all...]
/linux-master/arch/x86/xen/
H A Dmmu_pv.c2009 memblock_reserve(__pa(xen_start_info), PAGE_SIZE); local
[all...]
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c2377 numpages * PAGE_SIZE); local
[all...]
/linux-master/arch/arm64/mm/
H A Dmmu.c856 PAGE_SIZE, altmap); local
[all...]
H A Dkasan_init.c126 memset(__va(page_phys), KASAN_SHADOW_INIT, PAGE_SIZE); local
[all...]
/linux-master/tools/testing/vsock/
H A Dvsock_test_zerocopy.c24 #define PAGE_SIZE 4096 macro
[all...]
H A Dvsock_uring_test.c24 #define PAGE_SIZE 4096 macro
/linux-master/tools/testing/selftests/resctrl/
H A Dfill_buf.c22 #define PAGE_SIZE (4 * 1024) macro
/linux-master/fs/nfs/
H A Dnfs4xdr.c2850 PAGE_SIZE, replen); local
H A Dnfs42xattr.c186 XATTR_NAME_MAX + 1 > PAGE_SIZE); local
/linux-master/drivers/md/
H A Draid5-ppl.c851 memset(page_address(page1), 0, PAGE_SIZE); local
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dpage.h26 #define PAGE_SIZE (__XTENSA_UL_CONST(1) << PAGE_SHIFT) macro
/linux-master/arch/x86/include/asm/
H A Dpage_types.h11 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/um/include/asm/
H A Dpage.h14 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h8 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
H A Dpage_32.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/sh/include/asm/
H A Dpage.h13 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/powerpc/include/asm/
H A Dpage.h25 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h8 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/openrisc/kernel/
H A Dsmp.c305 smp_flush_tlb_range(mm_cpumask(vma->vm_mm), uaddr, uaddr + PAGE_SIZE); local
/linux-master/arch/openrisc/include/asm/
H A Dpage.h23 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
25 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
/linux-master/arch/nios2/include/asm/
H A Dpage.h25 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/mips/include/asm/
H A Dpage.h21 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/microblaze/include/asm/
H A Dpage.h24 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro

Completed in 422 milliseconds

12345