Searched defs:pte (Results 201 - 221 of 221) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dmmu.c184 static int is_present_pte(unsigned long pte) argument
189 static int is_writeble_pte(unsigned long pte) argument
194 static int is_io_pte(unsigned long pte) argument
199 static int is_rmap_pte(u64 pte) argument
720 static void page_header_update_slot(struct kvm *kvm, void *pte, gpa_t gpa) argument
777 u64 pte; local
1125 u64 pte; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsrmmu.c132 static unsigned long srmmu_pte_pfn(pte_t pte) argument
157 static inline int srmmu_pte_none(pte_t pte) argument
160 static inline int srmmu_pte_present(pte_t pte) argument
163 static inline int srmmu_pte_read(pte_t pte) argument
196 static inline pte_t srmmu_pte_wrprotect(pte_t pte) argument
199 srmmu_pte_mkclean(pte_t pte) argument
202 srmmu_pte_mkold(pte_t pte) argument
205 srmmu_pte_mkwrite(pte_t pte) argument
208 srmmu_pte_mkdirty(pte_t pte) argument
211 srmmu_pte_mkyoung(pte_t pte) argument
257 srmmu_pte_modify(pte_t pte, pgprot_t newprot) argument
274 void *pte; local
408 pte_t *pte; local
489 unsigned long pte; local
496 srmmu_free_pte_fast(pte_t *pte) argument
501 srmmu_pte_free(struct page *pte) argument
671 swift_update_mmu_cache(struct vm_area_struct * vma, unsigned long address, pte_t pte) argument
1194 pte_t *pte; local
1302 srmmu_update_mmu_cache(struct vm_area_struct * vma, unsigned long address, pte_t pte) argument
2026 srmmu_pte_to_pgoff(pte_t pte) argument
[all...]
H A Dsun4c.c563 unsigned long pte = sun4c_get_pte(busa); local
1121 unsigned long pte; local
1724 static void sun4c_set_pte(pte_t *ptep, pte_t pte) argument
1744 sun4c_pte_present(pte_t pte) argument
1750 sun4c_pte_read(pte_t pte) argument
1779 sun4c_pte_mkwrite(pte_t pte) argument
1787 sun4c_pte_mkdirty(pte_t pte) argument
1795 sun4c_pte_mkyoung(pte_t pte) argument
1822 sun4c_pte_pfn(pte_t pte) argument
1832 sun4c_pte_to_pgoff(pte_t pte) argument
1886 sun4c_free_pte_slow(pte_t *pte) argument
1939 pte_t *pte; local
1952 pte_t *pte = sun4c_pte_alloc_one_kernel(mm, address); local
1958 sun4c_free_pte_fast(pte_t *pte) argument
1965 sun4c_pte_free(struct page *pte) argument
1997 sun4c_update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t pte) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dinit.c251 static inline void tsb_insert(struct tsb *ent, unsigned long tag, unsigned long pte) argument
264 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t pte) argument
557 hypervisor_tlb_lock(unsigned long vaddr, unsigned long pte, unsigned long mmu) argument
1055 pte_t *pte; local
1807 pte_t pte; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c1884 pte_t *pte; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpgtable.h325 extern inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } argument
326 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } argument
327 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } argument
328 extern inline int pte_write(pte_t pte) { retur argument
329 pte_file(pte_t pte) argument
330 pte_user(pte_t pte) argument
332 pte_rdprotect(pte_t pte) argument
333 pte_mkclean(pte_t pte) argument
334 pte_mkold(pte_t pte) argument
335 pte_wrprotect(pte_t pte) argument
336 pte_mkread(pte_t pte) argument
337 pte_mkdirty(pte_t pte) argument
338 pte_mkyoung(pte_t pte) argument
339 pte_mkwrite(pte_t pte) argument
358 pte_t pte; local
363 pte_modify(pte_t pte, pgprot_t newprot) argument
462 pte_t pte; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-ppc32.h515 static inline int pte_read(pte_t pte) { retur argument
516 pte_write(pte_t pte) argument
517 pte_exec(pte_t pte) argument
518 pte_dirty(pte_t pte) argument
519 pte_young(pte_t pte) argument
520 pte_file(pte_t pte) argument
522 pte_uncache(pte_t pte) argument
523 pte_cache(pte_t pte) argument
525 pte_rdprotect(pte_t pte) argument
527 pte_wrprotect(pte_t pte) argument
529 pte_exprotect(pte_t pte) argument
531 pte_mkclean(pte_t pte) argument
533 pte_mkold(pte_t pte) argument
536 pte_mkread(pte_t pte) argument
538 pte_mkexec(pte_t pte) argument
540 pte_mkwrite(pte_t pte) argument
542 pte_mkdirty(pte_t pte) argument
544 pte_mkyoung(pte_t pte) argument
547 pte_modify(pte_t pte, pgprot_t newprot) argument
616 set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t pte) argument
[all...]
H A Dpgtable-ppc64.h166 pte_t pte; local
235 pte_read(pte_t pte) argument
236 pte_write(pte_t pte) argument
237 pte_exec(pte_t pte) argument
238 pte_dirty(pte_t pte) argument
239 pte_young(pte_t pte) argument
240 pte_file(pte_t pte) argument
242 pte_uncache(pte_t pte) argument
243 pte_cache(pte_t pte) argument
245 pte_rdprotect(pte_t pte) argument
247 pte_exprotect(pte_t pte) argument
249 pte_wrprotect(pte_t pte) argument
251 pte_mkclean(pte_t pte) argument
253 pte_mkold(pte_t pte) argument
255 pte_mkread(pte_t pte) argument
257 pte_mkexec(pte_t pte) argument
259 pte_mkwrite(pte_t pte) argument
261 pte_mkdirty(pte_t pte) argument
263 pte_mkyoung(pte_t pte) argument
265 pte_mkhuge(pte_t pte) argument
385 set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t pte) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dpgtable.h536 static inline int pte_read(pte_t pte) { retur argument
537 pte_write(pte_t pte) argument
538 pte_exec(pte_t pte) argument
539 pte_dirty(pte_t pte) argument
540 pte_young(pte_t pte) argument
541 pte_file(pte_t pte) argument
543 pte_uncache(pte_t pte) argument
544 pte_cache(pte_t pte) argument
546 pte_rdprotect(pte_t pte) argument
548 pte_wrprotect(pte_t pte) argument
550 pte_exprotect(pte_t pte) argument
552 pte_mkclean(pte_t pte) argument
554 pte_mkold(pte_t pte) argument
557 pte_mkread(pte_t pte) argument
559 pte_mkexec(pte_t pte) argument
561 pte_mkwrite(pte_t pte) argument
563 pte_mkdirty(pte_t pte) argument
565 pte_mkyoung(pte_t pte) argument
568 pte_modify(pte_t pte, pgprot_t newprot) argument
637 set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t pte) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dpgtable.h485 pte_none(pte_t pte) argument
490 pte_present(pte_t pte) argument
498 pte_file(pte_t pte) argument
510 pte_write(pte_t pte) argument
515 pte_dirty(pte_t pte) argument
524 pte_young(pte_t pte) argument
533 pte_read(pte_t pte) argument
612 pte_modify(pte_t pte, pgprot_t newprot) argument
619 pte_wrprotect(pte_t pte) argument
627 pte_mkwrite(pte_t pte) argument
633 pte_mkclean(pte_t pte) argument
642 pte_mkdirty(pte_t pte) argument
651 pte_mkold(pte_t pte) argument
659 pte_mkyoung(pte_t pte) argument
695 pte_t pte = *ptep; local
722 pte_t pte = *ptep; local
909 pte_t pte; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dpgtable.h247 static inline unsigned long pte_pfn(pte_t pte) argument
268 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) argument
352 static inline pte_t pte_mkhuge(pte_t pte) argument
371 static inline pte_t pte_mkdirty(pte_t pte) argument
395 pte_mkclean(pte_t pte) argument
419 pte_mkwrite(pte_t pte) argument
437 pte_wrprotect(pte_t pte) argument
461 pte_mkold(pte_t pte) argument
481 pte_mkyoung(pte_t pte) argument
501 pte_young(pte_t pte) argument
519 pte_dirty(pte_t pte) argument
537 pte_write(pte_t pte) argument
555 pte_exec(pte_t pte) argument
571 pte_read(pte_t pte) argument
589 pte_file(pte_t pte) argument
605 pte_present(pte_t pte) argument
668 set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t pte) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dpgtable.h66 static inline int pte_file(pte_t pte) { return 0; } argument
380 pte_read(pte_t pte) argument
381 pte_exec(pte_t pte) argument
382 pte_dirty(pte_t pte) argument
383 pte_young(pte_t pte) argument
384 pte_write(pte_t pte) argument
386 pte_rdprotect(pte_t pte) argument
387 pte_exprotect(pte_t pte) argument
388 pte_mkclean(pte_t pte) argument
389 pte_mkold(pte_t pte) argument
390 pte_wrprotect(pte_t pte) argument
391 pte_mkread(pte_t pte) argument
392 pte_mkexec(pte_t pte) argument
393 pte_mkdirty(pte_t pte) argument
394 pte_mkyoung(pte_t pte) argument
395 pte_mkwrite(pte_t pte) argument
440 pte_modify(pte_t pte, pgprot_t newprot) argument
495 pte_file(pte_t pte) argument
522 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t pte) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dparavirt.h823 set_pte_present(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t pte) argument
H A Dpgtable.h221 static inline int pte_user(pte_t pte) { return (pte).pte_low & _PAGE_USER; } argument
222 static inline int pte_read(pte_t pte) { return (pte).pte_low & _PAGE_USER; } argument
223 static inline int pte_dirty(pte_t pte) { return (pte).pte_low & _PAGE_DIRTY; } argument
224 static inline int pte_young(pte_t pte) { return (pte).pte_low & _PAGE_ACCESSED; } argument
225 static inline int pte_write(pte_t pte) { return (pte) argument
226 pte_huge(pte_t pte) argument
231 pte_file(pte_t pte) argument
233 pte_rdprotect(pte_t pte) argument
234 pte_exprotect(pte_t pte) argument
235 pte_mkclean(pte_t pte) argument
236 pte_mkold(pte_t pte) argument
237 pte_wrprotect(pte_t pte) argument
238 pte_mkread(pte_t pte) argument
239 pte_mkexec(pte_t pte) argument
240 pte_mkdirty(pte_t pte) argument
241 pte_mkyoung(pte_t pte) argument
242 pte_mkwrite(pte_t pte) argument
243 pte_mkhuge(pte_t pte) argument
354 pte_t pte = native_ptep_get_and_clear(ptep); local
362 pte_t pte; local
411 pte_modify(pte_t pte, pgprot_t newprot) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dprocessor.h501 ia64_itc (__u64 target_mask, __u64 vmaddr, __u64 pte, argument
483 ia64_itr(__u64 target_mask, __u64 tr_num, __u64 vmaddr, __u64 pte, __u64 log_page_size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpgtable.h111 pte_t pte; local
256 pte_t pte; local
268 pte_user(pte_t pte) argument
269 pte_read(pte_t pte) argument
270 pte_exec(pte_t pte) argument
271 pte_dirty(pte_t pte) argument
272 pte_young(pte_t pte) argument
273 pte_write(pte_t pte) argument
274 pte_file(pte_t pte) argument
275 pte_huge(pte_t pte) argument
277 pte_rdprotect(pte_t pte) argument
278 pte_exprotect(pte_t pte) argument
279 pte_mkclean(pte_t pte) argument
280 pte_mkold(pte_t pte) argument
281 pte_wrprotect(pte_t pte) argument
282 pte_mkread(pte_t pte) argument
283 pte_mkexec(pte_t pte) argument
284 pte_mkdirty(pte_t pte) argument
285 pte_mkyoung(pte_t pte) argument
286 pte_mkwrite(pte_t pte) argument
287 pte_mkhuge(pte_t pte) argument
288 pte_clrhuge(pte_t pte) argument
316 pmd_large(pmd_t pte) argument
369 pte_modify(pte_t pte, pgprot_t newprot) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmemory.c353 void print_bad_pte(struct vm_area_struct *vma, pte_t pte, unsigned long vaddr) argument
388 struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr, pte_t pte) argument
433 pte_t pte local
627 pte_t *pte; local
909 pte_t *ptep, pte; local
1005 pte_t *pte; local
1111 pte_t *pte; local
1219 pte_t *pte; local
1297 pte_t *pte, entry; local
1334 pte_t *pte; local
1455 pte_t *pte; local
1576 maybe_mkwrite(pte_t pte, struct vm_area_struct *vma) argument
2126 pte_t pte; local
2524 handle_pte_fault(struct mm_struct *mm, struct vm_area_struct *vma, unsigned long address, pte_t *pte, pmd_t *pmd, int write_access) argument
2591 pte_t *pte; local
2694 pte_t *ptep, pte; local
[all...]
H A Dmempolicy.c170 pte_t *pte; local
1759 pte_t pte; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c418 pte_t pte = *ptep; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex.c1348 iPTE_LW(u32 **p, struct label **l, unsigned int pte, unsigned int ptr) argument
1368 iPTE_SW(u32 **p, struct reloc **r, unsigned int pte, unsigned int ptr, unsigned int mode) argument
1428 build_pte_present(u32 **p, struct label **l, struct reloc **r, unsigned int pte, unsigned int ptr, enum label_id lid) argument
1439 build_make_valid(u32 **p, struct reloc **r, unsigned int pte, unsigned int ptr) argument
1452 build_pte_writable(u32 **p, struct label **l, struct reloc **r, unsigned int pte, unsigned int ptr, enum label_id lid) argument
1465 build_make_write(u32 **p, struct reloc **r, unsigned int pte, unsigned int ptr) argument
1479 build_pte_modifiable(u32 **p, struct label **l, struct reloc **r, unsigned int pte, unsigned int ptr, enum label_id lid) argument
1496 build_r3000_pte_reload_tlbwi(u32 **p, unsigned int pte, unsigned int tmp) argument
1512 build_r3000_tlb_reload_write(u32 **p, struct label **l, struct reloc **r, unsigned int pte, unsigned int tmp) argument
1529 build_r3000_tlbchange_handler_head(u32 **p, unsigned int pte, unsigned int ptr) argument
1657 build_r4000_tlbchange_handler_head(u32 **p, struct label **l, struct reloc **r, unsigned int pte, unsigned int ptr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c165 struct pte { struct
[all...]

Completed in 368 milliseconds

123456789