Searched refs:set_pte_phys (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dinit.c76 static void set_pte_phys(unsigned long addr, unsigned long phys, pgprot_t prot) function
121 set_pte_phys(address, phys, prot);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c110 panic("set_pte_phys: cannot allocate page data %s\n", after_bootmem?"after bootmem":"");
116 static __init void set_pte_phys(unsigned long vaddr, function
124 Dprintk("set_pte_phys %lx to %lx\n", vaddr, phys);
174 set_pte_phys(address, phys, prot);

Completed in 103 milliseconds