Home
last modified time | relevance | path

Searched refs:PAGE_SIZE (Results 1 – 20 of 20) sorted by relevance

/external/libunwind/src/x86/
DGinit.c79 #ifndef PAGE_SIZE
80 #define PAGE_SIZE 4096 macro
84 #define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
101 len = PAGE_SIZE; in validate_mem()
103 len = PAGE_SIZE * 2; in validate_mem()
/external/valgrind/memcheck/tests/
Dsh-mem-random.c23 #define PAGE_SIZE 4096ULL macro
243 nbytes_p = (N_BYTES + PAGE_SIZE) & ~(PAGE_SIZE-1); in main()
251 huge_addr += (randomU4() & ~(PAGE_SIZE-1)); in main()
/external/libunwind/src/x86_64/
DGinit.c71 #define PAGE_SIZE 4096 macro
72 #define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
122 len = PAGE_SIZE; in validate_mem()
124 len = PAGE_SIZE * 2; in validate_mem()
/external/kernel-headers/original/uapi/linux/
Dresource.h71 #define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)
Da.out.h112 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
128 #define PAGE_SIZE 0x400 macro
129 #define SEGMENT_SIZE PAGE_SIZE
Dbinfmts.h14 #define MAX_ARG_STRLEN (PAGE_SIZE * 32)
Dkvm.h352 ((PAGE_SIZE - sizeof(struct kvm_coalesced_mmio_ring)) / \
/external/iputils/Modules/
Dpg3.c297 if (datalen > frags*PAGE_SIZE) { in fill_packet()
298 skb_put(skb, datalen-frags*PAGE_SIZE); in fill_packet()
299 datalen = frags*PAGE_SIZE; in fill_packet()
307 skb_shinfo(skb)->frags[i].size = (datalen < PAGE_SIZE ? datalen : PAGE_SIZE); in fill_packet()
/external/kernel-headers/original/uapi/asm-generic/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
/external/v8/tools/
Dcodemap.js71 CodeMap.PAGE_SIZE =
142 addr += CodeMap.PAGE_SIZE) {
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc80 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
651 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
695 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/external/libdrm/omap/
Domap_drm.c51 #define PAGE_SIZE 4096 macro
218 bo->size = round_up(size.tiled.width, PAGE_SIZE) * size.tiled.height; in omap_bo_new_impl()
/external/f2fs-tools/fsck/
Dmount.c326 cp_page_1 = malloc(PAGE_SIZE); in validate_checkpoint()
342 cp_page_2 = malloc(PAGE_SIZE); in validate_checkpoint()
579 kaddr = (char *)malloc(PAGE_SIZE); in read_compacted_summaries()
610 memset(kaddr, 0, PAGE_SIZE); in read_compacted_summaries()
669 sum_blk = (struct f2fs_summary_block *)malloc(PAGE_SIZE); in read_normal_summaries()
/external/f2fs-tools/include/
Df2fs_fs.h205 #define PAGE_SIZE 4096 macro
691 #define SIZE_OF_RESERVED (PAGE_SIZE - ((SIZE_OF_DIR_ENTRY + \
/external/f2fs-tools/lib/
Dlibf2fs.c467 c->sectors_per_blk = PAGE_SIZE / sector_size; in f2fs_get_device_info()
/external/linux-tools-perf/src/include/linux/
Dperf_event.h862 BUILD_BUG_ON(sizeof(_format) >= PAGE_SIZE); \
/external/valgrind/include/vki/
Dvki-darwin.h346 #define VKI_PAGE_SIZE PAGE_SIZE
/external/libnl/
DChangeLog25 o Use PAGE_SIZE as initial buffer size when reading from
/external/selinux/libselinux/
DChangeLog734 * Merged patch to eliminate use of PAGE_SIZE constant from Dan Walsh.
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js717 var PAGE_SIZE = 4096; variable
3813 case 8: return PAGE_SIZE;