/reactos/ntoskrnl/mm/ARM3/ |
H A D | procsup.c | 134 KeAttachProcess(&Process->Pcb); in MmDeleteTeb() 536 KeAttachProcess(&Process->Pcb); in MmCreatePeb() 769 KeAttachProcess(&Process->Pcb); in MmCreateTeb() 963 ASSERT(Process->Pcb.DirectoryTableBase[0] != 0); in MmInitializeProcessAddressSpace() 967 KeAttachProcess(&Process->Pcb); in MmInitializeProcessAddressSpace() 1038 Pfn = MiGetPfnEntry(Process->Pcb.DirectoryTableBase[0] >> PAGE_SHIFT); in MmInitializeProcessAddressSpace() 1174 ASSERT(Process->Pcb.DirectoryTableBase[0] == 0); in MmCreateProcessAddressSpace() 1175 ASSERT(Process->Pcb.DirectoryTableBase[1] == 0); in MmCreateProcessAddressSpace() 1403 PageFrameIndex = Process->Pcb.DirectoryTableBase[1] >> PAGE_SHIFT; in MmDeleteProcessAddressSpace() 1436 Process->Pcb.DirectoryTableBase[0] = 0; in MmDeleteProcessAddressSpace() [all …]
|
H A D | virtual.c | 836 KeStackAttachProcess(&SourceProcess->Pcb, &ApcState); in MiDoMappedCopy() 910 KeStackAttachProcess(&TargetProcess->Pcb, &ApcState); in MiDoMappedCopy() 1082 KeStackAttachProcess(&SourceProcess->Pcb, &ApcState); in MiDoPoolCopy() 1165 KeStackAttachProcess(&TargetProcess->Pcb, &ApcState); in MiDoPoolCopy() 1747 KeStackAttachProcess(&TargetProcess->Pcb, &ApcState); in MiQueryMemoryBasicInformation() 3229 KeStackAttachProcess(&Process->Pcb, &ApcState); in NtProtectVirtualMemory() 3650 KeStackAttachProcess(&Process->Pcb, &ApcState); in NtLockVirtualMemory() 3986 KeStackAttachProcess(&Process->Pcb, &ApcState); in NtUnlockVirtualMemory() 4673 KeStackAttachProcess(&Process->Pcb, &ApcState); in NtAllocateVirtualMemory() 5331 KeStackAttachProcess(&Process->Pcb, &ApcState); in NtFreeVirtualMemory()
|
H A D | expool.c | 1878 if (Process->Pcb.Header.Type != ProcessObject) in ExReturnPoolQuota() 1881 Process, Process->Pcb.Header.Type, Entry->PoolType, BlockSize); in ExReturnPoolQuota() 2713 if (Process->Pcb.Header.Type != ProcessObject) in ExFreePoolWithTag() 2716 Process, Process->Pcb.Header.Type, Entry->PoolType, BlockSize); in ExFreePoolWithTag()
|
/reactos/ntoskrnl/ps/ |
H A D | process.c | 337 KeSetQuantumProcess(&Process->Pcb, Quantum); in PsChangeQuantumTable() 407 Affinity = Parent->Pcb.Affinity; in PspCreateProcess() 584 KeInitializeProcess(&Process->Pcb, in PspCreateProcess() 687 …memcpy(MiGetPfnEntry(Process->Pcb.DirectoryTableBase[0] >> PAGE_SHIFT)->ProcessName, Process->Imag… in PspCreateProcess() 688 …if (Process->Pcb.DirectoryTableBase[1]) memcpy(MiGetPfnEntry(Process->Pcb.DirectoryTableBase[1] >>… in PspCreateProcess() 782 Process->Pcb.BasePriority = in PspCreateProcess() 786 Process->Pcb.QuantumReset = Quantum; in PspCreateProcess() 937 if (FoundProcess->Pcb.Header.Type == ProcessObject) in PsLookupProcessByProcessId() 1336 KeSetPriorityAndQuantumProcess(&Process->Pcb, Priority, Quantum); in PsSetProcessPriorityByClass()
|
H A D | query.c | 133 ProcessBasicInfo->AffinityMask = Process->Pcb.Affinity; in NtQueryInformationProcess() 138 ProcessBasicInfo->BasePriority = Process->Pcb.BasePriority; in NtQueryInformationProcess() 265 KeQueryValuesProcess(&Process->Pcb, &ProcessValues); in NtQueryInformationProcess() 1374 KeSetAutoAlignmentProcess(&Process->Pcb, TRUE); in NtSetInformationProcess() 1378 KeSetAutoAlignmentProcess(&Process->Pcb, FALSE); in NtSetInformationProcess() 1431 KeAttachProcess(&Process->Pcb); in NtSetInformationProcess() 1611 if (BasePriority > Process->Pcb.BasePriority) in NtSetInformationProcess() 1779 KeSetAffinityProcess(&Process->Pcb, ValidAffinity); in NtSetInformationProcess() 1828 KeSetDisableBoostProcess(&Process->Pcb, DisableBoost); in NtSetInformationProcess() 1931 KeSetAutoAlignmentProcess(&Process->Pcb, FALSE); in NtSetInformationProcess() [all …]
|
H A D | kill.c | 293 Process->Pcb.StackCount++; in PspDeleteProcess() 329 KeStackAttachProcess(&Process->Pcb, &ApcState); in PspDeleteProcess() 342 KeStackAttachProcess(&Process->Pcb, &ApcState); in PspDeleteProcess() 914 if (Last) KeSetProcess(&CurrentProcess->Pcb, 0, FALSE); in PspExitThread() 1098 PopCleanupPowerState((PPOWER_STATE)&Process->Pcb.PowerState); in PspExitProcess()
|
H A D | security.c | 134 if (Thread->Tcb.ApcState.Process != &Process->Pcb) in PspWriteTebImpersonationInfo() 137 KeStackAttachProcess(&Process->Pcb, &ApcState); in PspWriteTebImpersonationInfo()
|
H A D | thread.c | 342 &Process->Pcb); in PspCreateThread() 359 &Process->Pcb); in PspCreateThread()
|
H A D | psmgr.c | 402 PsIdleProcess->Pcb.KernelTime = 0; in PspInitPhase0()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | gdikdbgext.c | 91 KeStackAttachProcess(&gpepCSRSS->Pcb, &ApcState); in KdbCommand_Gdi_dumpht() 198 KeStackAttachProcess(&gpepCSRSS->Pcb, &ApcState); in KdbCommand_Gdi_handle() 246 KeStackAttachProcess(&gpepCSRSS->Pcb, &ApcState); in KdbCommand_Gdi_entry()
|
/reactos/drivers/base/kdgdb/ |
H A D | gdb_input.c | 303 Process = CONTAINING_RECORD(Thread->Tcb.Process, EPROCESS, Pcb); in handle_gdb_query() 495 __writecr3(PsGetCurrentProcess()->Pcb.DirectoryTableBase[0]); in ReadMemorySendHandler() 548 __writecr3(AttachedProcess->Pcb.DirectoryTableBase[0]); in handle_gdb_read_mem() 599 __writecr3(PsGetCurrentProcess()->Pcb.DirectoryTableBase[0]); in WriteMemorySendHandler() 654 __writecr3(AttachedProcess->Pcb.DirectoryTableBase[0]); in handle_gdb_write_mem()
|
/reactos/ntoskrnl/ob/ |
H A D | obhandle.c | 1358 KeStackAttachProcess(&PsInitialSystemProcess->Pcb, &ApcState); in ObpCreateUnnamedHandle() 1553 KeStackAttachProcess(&PsInitialSystemProcess->Pcb, &ApcState); in ObpCreateHandle() 1757 KeStackAttachProcess(&PsInitialSystemProcess->Pcb, &ApcState); in ObpCloseHandle() 2043 KeStackAttachProcess(&Process->Pcb, &ApcState); in ObClearProcessHandleTable() 2289 KeStackAttachProcess(&SourceProcess->Pcb, &ApcState); in ObDuplicateObject() 2318 KeStackAttachProcess(&SourceProcess->Pcb, &ApcState); in ObDuplicateObject() 2338 KeStackAttachProcess(&TargetProcess->Pcb, &ApcState); in ObDuplicateObject() 2429 KeStackAttachProcess(&SourceProcess->Pcb, &ApcState); in ObDuplicateObject() 3329 KeStackAttachProcess(&PsInitialSystemProcess->Pcb, &ApcState); in ObSetHandleAttributes()
|
/reactos/ntoskrnl/ex/ |
H A D | sysinfo.c | 696 IdleKernel = KeQueryRuntimeProcess(&TheIdleProcess->Pcb, &IdleUser); in QSI_DEF() 930 (Process->Pcb.Header.SignalState) && in QSI_DEF() 932 (IsListEmpty(&Process->Pcb.ThreadListHead))) in QSI_DEF() 946 CurrentEntry = Process->Pcb.ThreadListHead.Flink; in QSI_DEF() 947 while (CurrentEntry != &Process->Pcb.ThreadListHead) in QSI_DEF() 1028 SpiCurrent->BasePriority = Process->Pcb.BasePriority; in QSI_DEF() 1050 CurrentEntry = Process->Pcb.ThreadListHead.Flink; in QSI_DEF() 1051 while (CurrentEntry != &Process->Pcb.ThreadListHead) in QSI_DEF() 1072 TotalKernel = KeQueryRuntimeProcess(&Process->Pcb, &TotalUser); in QSI_DEF() 1600 TheIdleProcess->Pcb.KernelTime, in QSI_DEF()
|
H A D | dbgctrl.c | 96 KeStackAttachProcess(&Process->Pcb, &ApcState); in ExpDebuggerWorker()
|
H A D | profile.c | 393 &Profile->Process->Pcb, in NtStartProfile()
|
H A D | keyedevt.c | 164 if ((Thread->Tcb.Process == &CurrentProcess->Pcb) && in _IRQL_requires_max_()
|
/reactos/ntoskrnl/mm/ARM3/i386/ |
H A D | init.c | 274 PsGetCurrentProcess()->Pcb.DirectoryTableBase[0] = PageFrameIndex; in MiInitMachineDependent() 501 PsGetCurrentProcess()->Pcb.DirectoryTableBase[1] = PageFrameIndex << PAGE_SHIFT; in MiInitMachineDependent()
|
/reactos/ntoskrnl/ke/i386/ |
H A D | ldt.c | 208 LdtDescriptor = (PUSHORT) &PsGetCurrentProcess()->Pcb.LdtDescriptor; in NtSetLdtEntries()
|
H A D | kiinit.c | 678 KiInitializeKernel(&KiInitialProcess.Pcb, in KiSystemStartupBootStack() 785 InitialThread->ApcState.Process = &KiInitialProcess.Pcb; in KiSystemStartup()
|
/reactos/ntoskrnl/mm/amd64/ |
H A D | init.c | 212 PsGetCurrentProcess()->Pcb.DirectoryTableBase[0] = PxePhysicalAddress; in MiInitializePageTable() 256 PsGetCurrentProcess()->Pcb.DirectoryTableBase[1] = PxePfn << PAGE_SHIFT; in MiInitializePageTable()
|
/reactos/drivers/crypto/ksecdd/ |
H A D | crypt.c | 100 ProcessData.DirectoryTableBase = CurrentProcess->Pcb.DirectoryTableBase[0]; in KsecGetKeyData()
|
/reactos/ntoskrnl/mm/ |
H A D | balance.c | 226 KeStackAttachProcess(&Process->Pcb, &ApcState); in MmTrimUserMemory()
|
/reactos/ntoskrnl/mm/i386/ |
H A D | pagepae.c | 267 KeAttachProcess(&Process->Pcb); in MmFreePageTable() 339 …PageDirTable = MmCreateHyperspaceMapping(PAE_PTE_TO_PFN(Process->Pcb.DirectoryTableBase.QuadPart)); in MmGetPageTableForProcessForPAE() 445 PageDir = MmCreateHyperspaceMapping(PTE_TO_PFN(Process->Pcb.DirectoryTableBase.LowPart)); in MmGetPageTableForProcess()
|
/reactos/ntoskrnl/kdbg/ |
H A D | kdb_cli.c | 1948 State = ((Process->Pcb.State == ProcessInMemory) ? "In Memory" : in KdbpCmdProc() 1949 … ((Process->Pcb.State == ProcessOutOfMemory) ? "Out of Memory" : "In Transition")); in KdbpCmdProc() 2008 State = ((Process->Pcb.State == ProcessInMemory) ? "In Memory" : in KdbpCmdProc() 2009 ((Process->Pcb.State == ProcessOutOfMemory) ? "Out of Memory" : "In Transition")); in KdbpCmdProc() 2016 State, Process->Pcb.State, in KdbpCmdProc()
|
/reactos/win32ss/user/ntuser/ |
H A D | ime.c | 2169 KeAttachProcess(&(pwndNode->head.pti->ppi->peProcess->Pcb)); in IntCheckImeShowStatus() 2234 KeAttachProcess(&(ptiIME->ppi->peProcess->Pcb)); in IntSendMessageToUI() 2278 KeAttachProcess(&(ptiIME->ppi->peProcess->Pcb)); in IntSendMessageToUI() 2339 KeAttachProcess(&(ptiIME->ppi->peProcess->Pcb)); in IntNotifyImeShowStatus()
|