Searched refs:mk_pte_io (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dgeneric.c42 entry = mk_pte_io(offset, prot, space, PAGE_SIZE);
48 entry = mk_pte_io(offset, prot, space,
56 entry = mk_pte_io(offset, prot, space,
63 entry = mk_pte_io(offset, prot, space,
H A Dinit.c1805 pte_t mk_pte_io(unsigned long page, pgprot_t prot, int space, unsigned long page_size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dgeneric.c35 set_pte_at(mm, address, pte, mk_pte_io(offset, prot, space));
H A Dsrmmu.c2090 BTFIXUPSET_CALL(mk_pte_io, srmmu_mk_pte_io, BTFIXUPCALL_NORM);
H A Dsun4c.c2218 BTFIXUPSET_CALL(mk_pte_io, sun4c_mk_pte_io, BTFIXUPCALL_NORM);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dpgtable.h270 BTFIXUPDEF_CALL_CONST(pte_t, mk_pte_io, unsigned long, pgprot_t, int)
275 #define mk_pte_io(page,pgprot,space) BTFIXUP_CALL(mk_pte_io)(page,pgprot,space) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dpgtable.h199 extern pte_t mk_pte_io(unsigned long, pgprot_t, int, unsigned long);

Completed in 82 milliseconds