Lines Matching refs:UL

65 #define PFM_INVALID_ACTIVATION	(~0UL)
127 #define CTX_IS_USED_PMD(ctx, c) (((ctx)->ctx_used_pmds[0] & (1UL << (c))) != 0UL)
599 return 0UL; in pfm_protect_ctx_ctxsw()
715 ia64_set_pmc(0,0UL); in pfm_unfreeze_pmu()
978 if ((mask & 0x1) == 0UL) continue; in pfm_mask_monitoring()
1062 if ((mask & 0x1) == 0UL) continue; in pfm_restore_monitoring()
1346 if (pfm_sessions.pfs_task_sessions > 0UL) { in pfm_reserve_session()
1452 if (task->mm == NULL || size == 0UL || vaddr == NULL) { in pfm_remove_smpl_mapping()
1502 ctx->ctx_smpl_size = 0UL;
1816 unsigned long smpl_buf_size = 0UL; in pfm_flush()
1956 unsigned long smpl_buf_size = 0UL; in pfm_close()
2420 unsigned long size = 0UL; in pfm_setup_buffer_fmt()
2522 ctx->ctx_used_ibrs[0] = 0UL; in pfm_reset_pmu_state()
2523 ctx->ctx_used_dbrs[0] = 0UL; in pfm_reset_pmu_state()
2737 unsigned long reset_others = 0UL; in pfm_reset_regs_masked()
2747 if ((mask & 0x1UL) == 0UL) continue; in pfm_reset_regs_masked()
2773 unsigned long reset_others = 0UL; in pfm_reset_regs()
2790 if ((mask & 0x1UL) == 0UL) continue; in pfm_reset_regs()
3260 unsigned long val = 0UL, lval, ovfl_mask, sval; in pfm_read_pmds()
3343 val = is_loaded ? ctx->th_pmds[cnum] : 0UL; in pfm_read_pmds()
3595 ctx->ctx_ovfl_regs[0] = 0UL; in pfm_restart()
3673 for(m=0; m < NR_CPUS; m++) pfm_stats[m].pfm_ovfl_intr_cycles_min = ~0UL; in pfm_debug()
3778 ia64_set_ibr(i, 0UL); in pfm_write_ibr_dbr()
3783 ia64_set_dbr(i, 0UL); in pfm_write_ibr_dbr()
4345 ctx->ctx_reload_pmcs[0] = 0UL; in pfm_context_load()
4346 ctx->ctx_reload_pmds[0] = 0UL; in pfm_context_load()
4372 ctx->ctx_saved_psr_up = 0UL; in pfm_context_load()
4766 unsigned long flags = 0UL; in sys_perfmonctl()
5085 ctx->ctx_ovfl_regs[0] = 0UL; in pfm_handle_work()
5131 msg->pfm_ovfl_msg.msg_ovfl_pmds[1] = 0UL; in pfm_ovfl_notify_user()
5132 msg->pfm_ovfl_msg.msg_ovfl_pmds[2] = 0UL; in pfm_ovfl_notify_user()
5133 msg->pfm_ovfl_msg.msg_ovfl_pmds[3] = 0UL; in pfm_ovfl_notify_user()
5134 msg->pfm_ovfl_msg.msg_tstamp = 0UL; in pfm_ovfl_notify_user()
5161 msg->pfm_ovfl_msg.msg_tstamp = 0UL; in pfm_end_notify_user()
5181 unsigned long ovfl_notify = 0UL, ovfl_pmds = 0UL, smpl_pmds = 0UL, reset_pmds; in pfm_overflow_handler()
5247 if (ovfl_pmds == 0UL) return; in pfm_overflow_handler()
5253 reset_pmds = 0UL; in pfm_overflow_handler()
5993 unsigned long pmc_mask = 0UL, pmd_mask = 0UL; in pfm_load_regs()
6102 ctx->th_pmcs[0] = 0UL; in pfm_load_regs()
6115 ctx->ctx_reload_pmcs[0] = 0UL; in pfm_load_regs()
6116 ctx->ctx_reload_pmds[0] = 0UL; in pfm_load_regs()
6240 ctx->th_pmcs[0] = 0UL; in pfm_load_regs()
6359 pmd_val = 0UL; in pfm_flush_pmds()
6644 for(i=0; i < NR_CPUS; i++) pfm_stats[i].pfm_ovfl_intr_cycles_min = ~0UL; in pfm_init()