Searched refs:fastctxsw (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | perfmon.c | 392 int fastctxsw; /* turn on/off fast (unsecure) ctxsw */ member 417 {3, "fastctxsw", &pfm_sysctl.fastctxsw, sizeof(int), 0600, NULL, &proc_dointvec, NULL,}, 3210 pfm_sysctl.fastctxsw > 0 ? "Yes": "No", in pfm_proc_show_header() 3535 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_reload_pmds[0]; in pfm_load_regs() 3659 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_reload_pmds[0]; in pfm_load_regs()
|