Searched refs:pagetable (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/sound/emu10k1/ |
D | emuadxmg.c | 39 u16 *pagetable = card->emupagetable; in emu10k1_addxmgr_alloc() local 50 if (pagetable[index] & 0x8000) { in emu10k1_addxmgr_alloc() 52 index += (pagetable[index] & 0x7fff); in emu10k1_addxmgr_alloc() 55 if (pagetable[index] >= numpages) { in emu10k1_addxmgr_alloc() 61 if (pagetable[index] > numpages) in emu10k1_addxmgr_alloc() 62 pagetable[index + numpages] = pagetable[index] - numpages; in emu10k1_addxmgr_alloc() 64 pagetable[index] = (numpages | 0x8000); /* Mark block as used */ in emu10k1_addxmgr_alloc() 71 index += pagetable[index]; in emu10k1_addxmgr_alloc() 85 u16 *pagetable = card->emupagetable; in emu10k1_addxmgr_free() local 91 if (pagetable[index] & 0x8000) { in emu10k1_addxmgr_free() [all …]
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | init.c | 76 void pmd_init(unsigned long addr, unsigned long pagetable) in pmd_init() argument 84 p[0] = (unsigned long)pagetable; in pmd_init() 85 p[1] = (unsigned long)pagetable; in pmd_init() 86 p[2] = (unsigned long)pagetable; in pmd_init() 87 p[3] = (unsigned long)pagetable; in pmd_init() 88 p[4] = (unsigned long)pagetable; in pmd_init() 89 p[5] = (unsigned long)pagetable; in pmd_init() 90 p[6] = (unsigned long)pagetable; in pmd_init() 91 p[7] = (unsigned long)pagetable; in pmd_init()
|
/linux-2.4.37.9/Documentation/x86_64/ |
D | mm.txt | 19 level pagetable and it returns an entry into the 3rd level pagetable). 27 code 3 level pagetable limitation), the higher virtual address mapped 92 issue compared to failing the allocation of a pagetable. If we 93 fail the allocation of a pagetable the only thing we can do is to
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | entry.S | 83 lduwa [%g5 + %g6] ASI_PHYS_USE_EC, %g5! Load pmd, ie pagetable physaddr 86 srlx %g4, 13, %g6 ! find pte number in pagetable 87 and %g6, 0x3ff, %g6 ! find pte number in pagetable 88 sllx %g6, 3, %g6 ! find pte offset in pagetable 101 lduwa [%g5 + %g6] ASI_PHYS_USE_EC, %g5! Load pmd, ie pagetable physaddr 104 srlx %g4, 13, %g6 ! find pte number in pagetable 105 and %g6, 0x3ff, %g6 ! find pte number in pagetable 106 sllx %g6, 3, %g6 ! find pte offset in pagetable
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pgtable.h | 467 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
/linux-2.4.37.9/Documentation/sysctl/ |
D | vm.txt | 280 is used so that the system can do fast pagetable allocations
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 26260 pagetable structures in order to increase performance. On machines 29399 # LocalWords: quicklist pagetable arthur StrongARM podule podules Autodetect
|