IRQL_NOT_LESS_OR_EQUAL (a) An attempt was made to access a pageable (or completely invalid) address at an interrupt request level (IRQL) that is too high. This is usually caused by drivers using improper addresses. If a kernel debugger is available get the stack backtrace. Arguments: Arg1: 000000740078006c, memory referenced Arg2: 0000000000000002, IRQL Arg3: 0000000000000000, bitfield : bit 0 : value 0 = read operation, 1 = write operation bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status) Arg4: fffff80030a89894, address which referenced memory
Debugging Details:
* WARNING: Unable to verify timestamp for KeefsSafe64.sys
READ_ADDRESS: fffff800314fb390: Unable to get MiVisibleState Unable to get NonPagedPoolStart Unable to get NonPagedPoolEnd Unable to get PagedPoolStart Unable to get PagedPoolEnd 000000740078006c
TRAP_FRAME: fffffa854737f580 -- (.trap 0xfffffa854737f580) NOTE: The trap frame does not contain all registers. Some register values may be zeroed or incorrect. rax=000000740078006c rbx=0000000000000000 rcx=0000000000000000 rdx=ffffdd84f8f03e58 rsi=0000000000000000 rdi=0000000000000000 rip=fffff80030a89894 rsp=fffffa854737f710 rbp=ffffdd84f9000280 r8=fffffa854737f840 r9=0000000000000000 r10=ffffdd84f9000280 r11=fffffa854737f840 r12=0000000000000000 r13=0000000000000000 r14=0000000000000000 r15=0000000000000000 iopl=0 nv up ei pl nz na po nc nt!RtlpHpVsContextAllocateInternal+0xb4: fffff80030a89894 3300 xor eax,dword ptr [rax] ds:000000740078006c=???????? Resetting default scope
LAST_CONTROL_TRANSFER: from fffff80030c09169 to fffff80030bf71b0
Callers of ExAllocatePoolWithTag must be executing at IRQL <= DISPATCH_LEVEL. A caller executing at DISPATCH_LEVEL must specify a NonPagedXxx value for PoolType. A caller executing at IRQL <= APC_LEVEL can specify any POOL_TYPE value.