Home
last modified time | relevance | path

Searched refs:L2_CACHE_SIZE (Results 1 – 25 of 83) sorted by relevance

1234

/dports/emulators/x49gp/x49gp/x49gp-code/
H A Dblock-qcow.c60 #define L2_CACHE_SIZE 16 macro
74 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
75 uint32_t l2_cache_counts[L2_CACHE_SIZE];
144 s->l2_cache = qemu_malloc(s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
217 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
221 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
232 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
504 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
505 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
506 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/
H A Dblock-qcow.c53 #define L2_CACHE_SIZE 16 macro
67 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
68 uint32_t l2_cache_counts[L2_CACHE_SIZE];
144 s->l2_cache = qemu_malloc(s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
284 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
288 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
299 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
805 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
806 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
807 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
H A Dblock-vmdk.c62 #define L2_CACHE_SIZE 16 macro
75 uint32_t l2_cache_offsets[L2_CACHE_SIZE];
76 uint32_t l2_cache_counts[L2_CACHE_SIZE];
454 s->l2_cache = qemu_malloc(s->l2_size * L2_CACHE_SIZE * sizeof(uint32_t)); in vmdk_open()
537 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
541 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
552 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
H A Dblock-qcow2.c102 #define L2_CACHE_SIZE 16 macro
130 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
131 uint32_t l2_cache_counts[L2_CACHE_SIZE];
259 s->l2_cache = qemu_malloc(s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
398 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in l2_cache_reset()
399 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in l2_cache_reset()
400 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in l2_cache_reset()
412 for(i = 0; i < L2_CACHE_SIZE; i++) { in l2_cache_new_entry()
551 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
555 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow.c69 #define L2_CACHE_SIZE 16 macro
81 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
82 uint32_t l2_cache_counts[L2_CACHE_SIZE];
275 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
391 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
395 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
406 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1040 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1041 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1042 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow.c69 #define L2_CACHE_SIZE 16 macro
81 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
82 uint32_t l2_cache_counts[L2_CACHE_SIZE];
275 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
391 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
395 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
406 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1040 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1041 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1042 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow.c69 #define L2_CACHE_SIZE 16 macro
81 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
82 uint32_t l2_cache_counts[L2_CACHE_SIZE];
275 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
391 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
395 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
406 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1040 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1041 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1042 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dqcow.c68 #define L2_CACHE_SIZE 16 macro
80 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
81 uint32_t l2_cache_counts[L2_CACHE_SIZE];
279 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
394 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
398 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
409 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1050 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1051 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1052 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dqcow.c69 #define L2_CACHE_SIZE 16 macro
81 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
82 uint32_t l2_cache_counts[L2_CACHE_SIZE];
285 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
402 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
406 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
417 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1041 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1042 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1043 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dqcow.c69 #define L2_CACHE_SIZE 16 macro
81 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
82 uint32_t l2_cache_counts[L2_CACHE_SIZE];
285 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
402 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
406 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
417 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1041 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1042 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1043 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dqcow.c69 #define L2_CACHE_SIZE 16 macro
81 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
82 uint32_t l2_cache_counts[L2_CACHE_SIZE];
285 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
402 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
406 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
417 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1041 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1042 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1043 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dqcow.c69 #define L2_CACHE_SIZE 16 macro
81 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
82 uint32_t l2_cache_counts[L2_CACHE_SIZE];
285 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
402 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
406 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
417 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1042 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1043 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1044 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow.c69 #define L2_CACHE_SIZE 16 macro
81 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
82 uint32_t l2_cache_counts[L2_CACHE_SIZE];
275 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
391 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
395 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
406 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1040 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1041 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1042 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
/dports/lang/pocl/pocl-1.8/lib/CL/devices/topology/
H A Dpocl_topology.c211 #define L2_CACHE_SIZE "/sys/devices/system/cpu/cpu0/cache/index2/size" macro
235 if (pocl_read_file (L2_CACHE_SIZE, &content, &filesize) == 0) in pocl_topology_detect_device_info()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dparams.h189 #define L2_CACHE_SIZE \ macro
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dparams.h189 #define L2_CACHE_SIZE \ macro
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dparams.h196 #define L2_CACHE_SIZE \ macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dparams.h189 #define L2_CACHE_SIZE \ macro
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dparams.h196 #define L2_CACHE_SIZE \ macro
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dparams.h197 #define L2_CACHE_SIZE \ macro
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dparams.h197 #define L2_CACHE_SIZE \ macro
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dparams.h197 #define L2_CACHE_SIZE \ macro
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dparams.h197 #define L2_CACHE_SIZE \ macro
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dparams.h197 #define L2_CACHE_SIZE \ macro
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dparams.h197 #define L2_CACHE_SIZE \ macro

1234