PT 109 filesystem.c bootSector = (mbr->PT[0]).LBA; PT 43 include/fat.h struct PartTable PT[4]; PT 40 pagetab.c struct PT *GetPT(struct PML4 *pml4, long lAddress, unsigned short pid) PT 67 pagetab.c return (struct PT *) (pt & 0xFFFFF000); PT 142 pagetab.c struct PT *pt = GetPT(pml4, UserData, pid); PT 143 pagetab.c VIRT(PT,pt)->entries[GetPTIndex(UserData)].value = AllocAndCreatePTE( PT 152 pagetab.c VIRT(PT,pt)->entries[GetPTIndex(UserStack)].value = PT 170 pagetab.c struct PT *pt = GetPT(pml4, UserCode, pid); PT 171 pagetab.c struct PT *currentPT = GetPT(current_pml4, UserCode, parentPid); PT 174 pagetab.c while (VIRT(PT,currentPT)->entries[i].value) PT 177 pagetab.c VIRT(PT,pt)->entries[i].value = AllocAndCreatePTE(TempUserCode, PT 181 pagetab.c ((VIRT(PT, currentPT)->entries[i].value) & 0xFFFFF000) PT 183 pagetab.c ((VIRT(PT, pt)->entries[i].value) & 0xFFFFF000) + VAddr, PT 193 pagetab.c while (VIRT(PT,currentPT)->entries[i].value) PT 196 pagetab.c VIRT(PT,pt)->entries[i].value = AllocAndCreatePTE(TempUserCode, PT 200 pagetab.c ((VIRT(PT, currentPT)->entries[i].value) & 0xFFFFF000) PT 202 pagetab.c ((VIRT(PT, pt)->entries[i].value) & 0xFFFFF000) + VAddr, PT 212 pagetab.c while (VIRT(PT,currentPT)->entries[i].value) PT 215 pagetab.c VIRT(PT,pt)->entries[i].value = AllocAndCreatePTE(TempUserCode, PT 219 pagetab.c ((VIRT(PT, currentPT)->entries[i].value) & 0xFFFFF000) PT 221 pagetab.c ((VIRT(PT, pt)->entries[i].value) & 0xFFFFF000) + VAddr, PT 231 pagetab.c while (VIRT(PT,currentPT)->entries[i].value) PT 234 pagetab.c VIRT(PT,pt)->entries[i].value = AllocAndCreatePTE(TempUserCode, PT 238 pagetab.c ((VIRT(PT, currentPT)->entries[i].value) & 0xFFFFF000) PT 240 pagetab.c ((VIRT(PT, pt)->entries[i].value) & 0xFFFFF000) + VAddr, PT 266 pagetab.c struct PT *pt = GetPT(pml4, lAddress, pid); PT 270 pagetab.c VIRT(PT,pt)->entries[ptIndex].value = ((long) pAddress & 0xFFFFF000) PT 295 pagetab.c struct PT *pt = GetPT((struct PML4 *) (currentTask->cr3 & 0xFFFFF000), PT 298 pagetab.c while (VIRT(PT, pt)->entries[i].value) PT 300 pagetab.c PMap[VIRT(PT,pt)->entries[i].value >> 12] = 0; PT 301 pagetab.c VIRT(PT,pt)->entries[i++].value = 0; PT 308 pagetab.c while (VIRT(PT, pt)->entries[i].value) PT 310 pagetab.c PMap[VIRT(PT,pt)->entries[i].value >> 12] = 0; PT 311 pagetab.c VIRT(PT,pt)->entries[i++].value = 0; PT 3 ptab32.c void CreatePT164(struct PT *); PT 20 ptab32.c struct PT * pt1 = (struct PT *) AllocPage32(1); PT 21 ptab32.c struct PT * pt2 = (struct PT *) AllocPage32(2); PT 41 ptab32.c void CreatePT164(struct PT * pt) PT 74 ptab32.c struct PT * pt; PT 86 ptab32.c pt = (struct PT *) AllocPage32(1);