Searched refs:CSAM (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp3 * CSAM - Guest OS Code Scanning and Analysis Manager
103 { "csamon", 0, 0, NULL, 0, 0, csamr3CmdOn, "", "Enable CSAM code scanning." },
104 { "csamoff", 0, 0, NULL, 0, 0, csamr3CmdOff, "", "Disable CSAM code scanning." },
109 * SSM descriptor table for the CSAM structure.
114 SSMFIELD_ENTRY_IGNORE( CSAM, offVM),
115 SSMFIELD_ENTRY_PAD_HC64( CSAM, Alignment0, sizeof(uint32_t)),
116 SSMFIELD_ENTRY_IGN_HCPTR( CSAM, pPageTree),
117 SSMFIELD_ENTRY( CSAM, aDangerousInstr),
118 SSMFIELD_ENTRY( CSAM, cDangerousInstr),
119 SSMFIELD_ENTRY( CSAM, iDangerousInst
[all...]
/vbox/src/VBox/VMM/include/
H A DCSAMInternal.h3 * CSAM - Internal header file.
34 /** Scanned and approved by CSAM (tm). */
112 * Lookup record for CSAM pages
135 * CSAM VM Instance data.
136 * Changes to this must checked against the padding of the CSAM union in VM!
139 typedef struct CSAM struct
228 } CSAM, *PCSAM; typedef in typeref:struct:CSAM
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1176 GEN_CHECK_SIZE(CSAM); variable
1177 GEN_CHECK_OFF(CSAM, offVM);
1178 GEN_CHECK_OFF(CSAM, pPageTree);
1179 GEN_CHECK_OFF(CSAM, aDangerousInstr);
1180 GEN_CHECK_OFF(CSAM, aDangerousInstr[1]);
1181 GEN_CHECK_OFF(CSAM, aDangerousInstr[CSAM_MAX_DANGR_INSTR - 1]);
1182 GEN_CHECK_OFF(CSAM, cDangerousInstr);
1183 GEN_CHECK_OFF(CSAM, iDangerousInstr);
1184 GEN_CHECK_OFF(CSAM, pPDBitmapGC);
1185 GEN_CHECK_OFF(CSAM, pPDHCBitmapG
[all...]
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp210 ASSERT_LOG_GROUP(CSAM);
/vbox/src/VBox/VMM/VMMAll/
H A DMMAll.cpp574 TAG2STR(CSAM);
/vbox/include/VBox/vmm/
H A Dvm.h415 /** CSAM needs to scan the page that's being executed */
417 /** CSAM needs to do some homework. */
903 /** CSAM enabled flag.
1076 /** CSAM part. */
1080 struct CSAM s;

Completed in 56 milliseconds