Searched refs:page_table (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Diommu.c41 iopte_t *iopte = iommu->page_table;
116 iommu->lowest = iommu->page_table = (iopte_t *)tmp;
120 memset(iommu->page_table, 0, ptsize);
123 unsigned long start = (unsigned long) iommu->page_table;
130 unsigned long start = (unsigned long) iommu->page_table;
138 iommu->regs->base = __pa((unsigned long) iommu->page_table) >> 4;
143 impl, vers, iommu->page_table, ptsize);
220 iopte_t *iopte = iommu->page_table;
297 iopte_t *iopte = iommu->page_table;
313 iopte_t *iopte = iommu->page_table;
[all...]
H A Dio-unit.c59 iounit->page_table = xpt;
61 for (xptend = iounit->page_table + (16 * PAGE_SIZE) / sizeof(iopte_t);
109 iounit->page_table[scan] = iopte;
201 iopte = (iopte_t *)(iounit->page_table + i);
224 iopte = (iopte_t *)(iounit->page_table + i);
299 iounit->page_table[scan] = MKIOPTE(__pa(((unsigned long)addr) & PAGE_MASK));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dio-unit.h41 iopte_t *page_table; member in struct:iounit_struct
H A Diommu.h102 iopte_t *page_table; member in struct:iommu_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dio-unit.h41 iopte_t *page_table; member in struct:iounit_struct
H A Diommu.h102 iopte_t *page_table; member in struct:iommu_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpci_iommu.c67 iopte = (iommu->page_table +
71 limit = (iommu->page_table +
95 iopte = (iommu->page_table +
142 iopte = iommu->page_table + (1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS));
143 while (iopte > iommu->page_table) {
154 u32 entry = (iopte - iommu->page_table);
209 ((iopte - iommu->page_table) << IO_PAGE_SHIFT));
251 iopte = iommu->page_table +
256 if ((iopte - iommu->page_table) ==
261 limit = (iommu->page_table
[all...]
H A Dsbus.c46 /*0x08*/iopte_t *page_table; member in struct:sbus_iommu
142 iopte = iommu->page_table + (cnum * CLUSTER_NPAGES);
145 limit = (iommu->page_table +
168 iopte = (iommu->page_table + (cnum * CLUSTER_NPAGES));
195 iopte = iommu->page_table + ((base - MAP_BASE) >> IO_PAGE_SHIFT);
213 iopte = iommu->page_table + (1 * CLUSTER_NPAGES);
214 while (iopte > iommu->page_table) {
225 u32 entry = (iopte - iommu->page_table);
238 iopte_t *iopte = iommu->page_table + ((base - MAP_BASE) >> IO_PAGE_SHIFT);
240 if ((iopte - iommu->page_table)
[all...]
H A Dpci_psycho.c1344 iommu->page_table = (iopte_t *)tsbbase;
H A Dpci_sabre.c1281 iommu->page_table = (iopte_t *)tsbbase;
H A Dpci_schizo.c1643 iommu->page_table = (iopte_t *)tsbbase;
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dmemory.c901 static inline void establish_pte(struct vm_area_struct * vma, unsigned long address, pte_t *page_table, pte_t entry) argument
903 set_pte(page_table, entry);
912 pte_t *page_table)
916 establish_pte(vma, address, page_table, pte_mkwrite(pte_mkdirty(mk_pte(new_page, vma->vm_page_prot))));
941 unsigned long address, pte_t *page_table, pte_t pte)
954 establish_pte(vma, address, page_table, pte_mkyoung(pte_mkdirty(pte_mkwrite(pte))));
975 if (pte_same(*page_table, pte)) {
978 break_cow(vma, new_page, address, page_table);
1111 pte_t * page_table, pte_t orig_pte, int write_access)
1130 retval = pte_same(*page_table, orig_pt
911 break_cow(struct vm_area_struct * vma, struct page * new_page, unsigned long address, pte_t *page_table) argument
940 do_wp_page(struct mm_struct *mm, struct vm_area_struct * vma, unsigned long address, pte_t *page_table, pte_t pte) argument
1109 do_swap_page(struct mm_struct * mm, struct vm_area_struct * vma, unsigned long address, pte_t * page_table, pte_t orig_pte, int write_access) argument
1182 do_anonymous_page(struct mm_struct * mm, struct vm_area_struct * vma, pte_t *page_table, int write_access, unsigned long addr) argument
1237 do_no_page(struct mm_struct * mm, struct vm_area_struct * vma, unsigned long address, int write_access, pte_t *page_table) argument
[all...]
H A Dvmscan.c47 static inline int try_to_swap_out(struct mm_struct * mm, struct vm_area_struct* vma, unsigned long address, pte_t * page_table, struct page *page, zone_t * classzone) argument
53 if ((vma->vm_flags & VM_LOCKED) || ptep_test_and_clear_young(page_table)) {
75 pte = ptep_get_and_clear(page_table);
90 set_pte(page_table, swp_entry_to_pte(entry));
152 set_pte(page_table, pte);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dpbm.h47 iopte_t *page_table; /* The page table itself. */ member in struct:pci_iommu
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dpbm.h47 iopte_t *page_table; /* The page table itself. */ member in struct:pci_iommu

Completed in 87 milliseconds