Searched refs:inuserspace (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c4666 int error, cpu, callchaindepth, inuserspace; local
4678 inuserspace = TRAPF_USERMODE(tf);
4685 cpu, pm, (void *) tf, inuserspace,
4695 (void *) tf, inuserspace,
4707 ps->ps_flags = inuserspace ? PMC_CC_F_USERSPACE : 0;
4720 if (!inuserspace) {

Completed in 104 milliseconds