Searched defs:PAGE_SIZE (Results 26 - 50 of 107) sorted by relevance

12345

/linux-master/crypto/async_tx/
H A Draid6test.c40 get_random_bytes(page_address(data[i]), PAGE_SIZE); local
131 memset(page_address(recovi), 0xf0, PAGE_SIZE); local
132 memset(page_address(recovj), 0xba, PAGE_SIZE); local
167 memset(page_address(data[disks-2]), 0xee, PAGE_SIZE); local
168 memset(page_address(data[disks-1]), 0xee, PAGE_SIZE); local
/linux-master/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c36 #define PAGE_SIZE sysconf(_SC_PAGESIZE) macro
/linux-master/tools/testing/selftests/mm/
H A Dpkey-x86.h30 #define PAGE_SIZE 4096 macro
H A Dpkey-powerpc.h32 #define PAGE_SIZE sysconf(_SC_PAGESIZE) macro
/linux-master/tools/testing/selftests/sgx/
H A Ddefines.h11 #define PAGE_SIZE 4096 macro
/linux-master/arch/csky/include/asm/
H A Dpage.h14 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/hexagon/include/asm/
H A Dpage.h49 #define PAGE_SIZE (1UL << 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/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/alpha/include/asm/
H A Dpage.h10 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/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/arch/alpha/mm/
H A Dinit.c79 memset(absolute_pointer(EMPTY_PGT), 0, PAGE_SIZE); local
86 memset(absolute_pointer(EMPTY_PGE), 0, PAGE_SIZE); local
256 memset(absolute_pointer(ZERO_PGE), 0, PAGE_SIZE); local
[all...]
/linux-master/arch/riscv/mm/
H A Dtlbflush.c118 0, FLUSH_TLB_MAX_SIZE, PAGE_SIZE); local
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S7 #define PAGE_SIZE _PAGE_SIZE define
/linux-master/tools/bootconfig/
H A Dmain.c132 #define PAGE_SIZE 4096 macro
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h29 #define PAGE_SIZE (4096) macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_hierarchical_stats.c37 #define PAGE_SIZE 4096 macro
/linux-master/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c34 #define PAGE_SIZE 4096 macro
/linux-master/tools/virtio/linux/
H A Dkernel.h26 #define PAGE_SIZE getpagesize() macro
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent.c17 #define PAGE_SIZE (sysconf(_SC_PAGE_SIZE)) macro
/linux-master/arch/arm/mm/
H A Dnommu.c191 __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE); local
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c469 PAGE_SIZE); local
/linux-master/include/linux/raid/
H A Dpq.h37 # define PAGE_SIZE 4096 macro

Completed in 275 milliseconds

12345