Home
last modified time | relevance | path

Searched hist:"458 a3e644c3327be529393982e24277eda8f1ac7" (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/
H A Dsetup_percpu.cdiff 458a3e644c3327be529393982e24277eda8f1ac7 Tue Feb 24 03:57:21 CET 2009 Tejun Heo <tj@kernel.org> x86: update populate_extra_pte() and add populate_extra_pmd()

Impact: minor change to populate_extra_pte() and addition of pmd flavor

Update populate_extra_pte() to return pointer to the pte_t for the
specified address and add populate_extra_pmd() which only populates
till the pmd and returns pointer to the pmd entry for the address.

For 64bit, pud/pmd/pte fill functions are separated out from
set_pte_vaddr[_pud]() and used for set_pte_vaddr[_pud]() and
populate_extra_{pte|pmd}().

Signed-off-by: Tejun Heo <tj@kernel.org>
/linux/arch/x86/mm/
H A Dinit_32.cdiff 458a3e644c3327be529393982e24277eda8f1ac7 Tue Feb 24 03:57:21 CET 2009 Tejun Heo <tj@kernel.org> x86: update populate_extra_pte() and add populate_extra_pmd()

Impact: minor change to populate_extra_pte() and addition of pmd flavor

Update populate_extra_pte() to return pointer to the pte_t for the
specified address and add populate_extra_pmd() which only populates
till the pmd and returns pointer to the pmd entry for the address.

For 64bit, pud/pmd/pte fill functions are separated out from
set_pte_vaddr[_pud]() and used for set_pte_vaddr[_pud]() and
populate_extra_{pte|pmd}().

Signed-off-by: Tejun Heo <tj@kernel.org>
H A Dinit_64.cdiff 458a3e644c3327be529393982e24277eda8f1ac7 Tue Feb 24 03:57:21 CET 2009 Tejun Heo <tj@kernel.org> x86: update populate_extra_pte() and add populate_extra_pmd()

Impact: minor change to populate_extra_pte() and addition of pmd flavor

Update populate_extra_pte() to return pointer to the pte_t for the
specified address and add populate_extra_pmd() which only populates
till the pmd and returns pointer to the pmd entry for the address.

For 64bit, pud/pmd/pte fill functions are separated out from
set_pte_vaddr[_pud]() and used for set_pte_vaddr[_pud]() and
populate_extra_{pte|pmd}().

Signed-off-by: Tejun Heo <tj@kernel.org>