Lines Matching refs:SMM
45 ## @libraryclass Public include file for the SMM CPU Platform Hook Library.
81 ## Indicates if SMM Profile will be enabled.
84 # TRUE - SMM Profile will be enabled.<BR>
85 # FALSE - SMM Profile will be disabled.<BR>
86 # @Prompt Enable SMM Profile.
89 ## Indicates if the SMM profile log buffer is a ring buffer.
91 # TRUE - the SMM profile log buffer is a ring buffer.<BR>
92 # FALSE - the SMM profile log buffer is a normal buffer.<BR>
93 # @Prompt The SMM profile log buffer is a ring buffer.
96 ## Indicates if SMM Startup AP in a blocking fashion.
97 # TRUE - SMM Startup AP in a blocking fashion.<BR>
98 # FALSE - SMM Startup AP in a non-blocking fashion.<BR>
99 # @Prompt SMM Startup AP in a blocking fashion.
102 ## Indicates if SMM Stack Guard will be enabled.
103 # If enabled, stack overflow in SMM can be caught, preventing chaotic consequences.<BR><BR>
104 # TRUE - SMM Stack Guard will be enabled.<BR>
105 # FALSE - SMM Stack Guard will be disabled.<BR>
106 # @Prompt Enable SMM Stack Guard.
109 ## Indicates if BSP election in SMM will be enabled.
112 # TRUE - BSP election in SMM will be enabled.<BR>
113 # FALSE - BSP election in SMM will be disabled.<BR>
114 # @Prompt Enable BSP election in SMM.
117 ## Indicates if CPU SMM hot-plug will be enabled.<BR><BR>
118 # TRUE - SMM CPU hot-plug will be enabled.<BR>
119 # FALSE - SMM CPU hot-plug will be disabled.<BR>
120 # @Prompt SMM CPU hot-plug.
123 ## Indicates if SMM Debug will be enabled.
124 …enabled, hardware breakpoints in SMRAM can be set outside of SMM mode and take effect in SMM.<BR><…
125 # TRUE - SMM Debug will be enabled.<BR>
126 # FALSE - SMM Debug will be disabled.<BR>
127 # @Prompt Enable SMM Debug.
130 ## Indicates if lock SMM Feature Control MSR.<BR><BR>
131 # TRUE - SMM Feature Control MSR will be locked.<BR>
132 # FALSE - SMM Feature Control MSR will not be locked.<BR>
133 # @Prompt Lock SMM Feature Control MSR.
155 ## Specifies buffer size in bytes to save SMM profile data. The value should be a multiple of 4KB.
156 # @Prompt SMM profile data buffer size.
159 ## Specifies stack size in bytes for each processor in SMM.
160 # @Prompt Processor stack size in SMM.
163 ## Indicates if SMM Code Access Check is enabled.
164 # If enabled, the SMM handler cannot execute the code outside SMM regions.
166 # TRUE - SMM Code Access Check will be enabled.<BR>
167 # FALSE - SMM Code Access Check will be disabled.<BR>
168 # @Prompt SMM Code Access Check.
211 ## Indicates if SMM uses static page table.
212 …# If enabled, SMM will not use on-demand paging. SMM will build static page table for all memory.…
213 # This flag only impacts X64 build, because SMM alway builds static page table for IA32.
214 # TRUE - SMM uses static page table for all memory.<BR>
215 …# FALSE - SMM uses static page table for below 4G memory and use on-demand paging for above 4G m…
216 # @Prompt Use static page table for all memory in SMM.
219 …## Specifies timeout value in microseconds for the BSP in SMM to wait for all APs to come into SMM.
220 # @Prompt AP synchronization timeout value in SMM.
226 # @Prompt SMM CPU Synchronization Method.