Home
last modified time | relevance | path

Searched refs:fastctxsw (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h271 int fastctxsw; /* turn on/off fast (unsecure) ctxsw */ member
/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c541 .data = &pfm_sysctl.fastctxsw,
5650 pfm_sysctl.fastctxsw > 0 ? "Yes": "No", in pfm_proc_show_header()
6125 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_all_pmds[0]; in pfm_load_regs()
6269 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_all_pmds[0]; in pfm_load_regs()