Searched refs:write_pda (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/asm-x86_64/ |
D | pgalloc.h | 30 write_pda(pmd_quick, (unsigned long *)(*ret)); in get_pmd_fast() 41 write_pda(pmd_quick,(unsigned long *) pmd); in pmd_free() 57 write_pda(pmd_quick, (unsigned long *)(*ret)); in pmd_alloc_one_fast() 74 write_pda(pgd_quick,(unsigned long *)(*ret)); in pgd_alloc_one_fast() 94 write_pda(pgd_quick,(unsigned long *) pgd); in pgd_free() 117 write_pda(pte_quick, (unsigned long *)(*ret)); in pte_alloc_one_fast() 130 write_pda(pte_quick, (unsigned long *) pte); in pte_free()
|
D | pda.h | 64 #define write_pda(field,val) pda_to_op("mov",field,val) macro
|
D | processor.h | 343 write_pda(oldrsp, (new_rsp)); \
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | process.c | 629 write_pda(oldrsp, next->userrsp); in __switch_to() 630 write_pda(pcurrent, next_p); in __switch_to() 631 write_pda(kernelstack, (unsigned long)next_p + THREAD_SIZE - PDA_STACKOFFSET); in __switch_to()
|