fprintf(stderr, "Flask XSM disabled\n");
}
else
- fprintf(stderr, "error occured while setting enforcing mode (%i)\n", ret);
+ fprintf(stderr, "error occurred while setting enforcing mode (%i)\n", ret);
}
return ret;
.Lunequal_proc:
cbz diff, .Lremain8
-/*There is differnence occured in the latest comparison.*/
+/*There is differnence occurred in the latest comparison.*/
.Lnot_limit:
/*
* For little endian,reverse the low significant equal bits into MSB,then
case NESTEDHVM_PAGEFAULT_RETRY:
return 1;
case NESTEDHVM_PAGEFAULT_L1_ERROR:
- /* An error occured while translating gpa from
+ /* An error occurred while translating gpa from
* l2 guest address to l1 guest address. */
return 0;
case NESTEDHVM_PAGEFAULT_INJECT:
int rc;
/* l2 guest was running when an interrupt for
- * the l1 guest occured.
+ * the l1 guest occurred.
*/
rc = nestedsvm_vcpu_interrupt(v, intack);
switch (rc) {
/*
* Xen: We don't have refcount for allocated memory so manually free memory
- * when an error occured.
+ * when an error occurred.
*/
static int arm_smmu_device_dt_probe(struct platform_device *pdev)
{
@retval EFI_SUCCESS The Blt operation completed.
@retval EFI_INVALID_PARAMETER BltOperation is not valid.
- @retval EFI_DEVICE_ERROR A hardware error occured writting to the video buffer.
+ @retval EFI_DEVICE_ERROR A hardware error occurred writting to the video buffer.
**/
typedef
#define VIRQ_XENOPROF 7 /* V. XenOprofile interrupt: new sample available */
#define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */
#define VIRQ_PCPU_STATE 9 /* G. (DOM0) PCPU state changed */
-#define VIRQ_MEM_EVENT 10 /* G. (DOM0) A memory event has occured */
+#define VIRQ_MEM_EVENT 10 /* G. (DOM0) A memory event has occurred */
#define VIRQ_XC_RESERVED 11 /* G. Reserved for XenClient */
#define VIRQ_ENOMEM 12 /* G. (DOM0) Low on heap memory */
#define VIRQ_XENPMU 13 /* V. PMC interrupt */
/*
* Called from assembly code, with an optional address to help indicate why
- * the crash occured. If addr is 0, look up address from last extable
+ * the crash occurred. If addr is 0, look up address from last extable
* redirection.
*/
void noreturn asm_domain_crash_synchronous(unsigned long addr);