VirtualBox

Changeset 103015 in vbox


Ignore:
Timestamp:
Jan 24, 2024 12:59:13 AM (10 months ago)
Author:
vboxsync
Message:

iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the three actual uses in PGMPool with RT_BZERO/PAGE_SIZE.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r103014 r103015  
    3232#define LOG_GROUP LOG_GROUP_PGM_POOL
    3333#define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */
    34 #define RT_ASM_INCLUDE_PAGE_SIZE /* ASMMemZeroPage */
    3534#include <VBox/vmm/pgm.h>
    3635#include <VBox/vmm/mm.h>
  • trunk/src/VBox/VMM/VMMR3/PGMPool.cpp

    r103014 r103015  
    108108#define LOG_GROUP LOG_GROUP_PGM_POOL
    109109#define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */
    110 #define RT_ASM_INCLUDE_PAGE_SIZE /* ASMMemZeroPage */
    111110#include <VBox/vmm/pgm.h>
    112111#include <VBox/vmm/mm.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette