HomeSort by relevance Sort by last modified time
    Searched refs:ram_list (Results 1 - 3 of 3) sorted by null

  /external/qemu/
arch_init.c 122 block = QLIST_FIRST(&ram_list.blocks);
165 block = QLIST_FIRST(&ram_list.blocks);
185 QLIST_FOREACH(block, &ram_list.blocks, next) {
213 QLIST_FOREACH(block, &ram_list.blocks, next)
236 QLIST_FOREACH(block, &ram_list.blocks, next) {
241 QLIST_FOREACH_SAFE(block, &ram_list.blocks, next, nblock) {
247 QLIST_INSERT_HEAD(&ram_list.blocks, blocks[n], next);
277 QLIST_FOREACH(block, &ram_list.blocks, next) {
292 QLIST_FOREACH(block, &ram_list.blocks, next) {
360 QLIST_FOREACH(block, &ram_list.blocks, next)
    [all...]
cpu-all.h 930 extern RAMList ram_list;
960 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] == 0xff;
965 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS];
971 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] & dirty_flags;
976 ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] = 0xff;
982 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] |= dirty_flags;
994 p = ram_list.phys_dirty + (start >> TARGET_PAGE_BITS);
exec.c 121 RAMList ram_list = { .blocks = QLIST_HEAD_INITIALIZER(ram_list) }; variable
    [all...]

Completed in 70 milliseconds