Searched refs:user_mode (Results 151 - 175 of 183) sorted by relevance

12345678

/linux-master/arch/x86/kernel/
H A Duprobes.c1008 if (regs && !user_mode(regs))
H A Dalternative.c1578 if (!regs || user_mode(regs))
2138 if (user_mode(regs))
H A Dptrace.c218 * on user_mode() to distinguish a user trap frame (which can
1417 user_mode(regs) ? (void __user *)regs->ip : NULL);
H A Dsev-shared.c646 if (user_mode(ctxt->regs) && fault_in_kernel_space(address)) {
H A Dkvm.c277 if (unlikely(!(user_mode(regs))))
/linux-master/arch/sh/kernel/
H A Dsignal_32.c469 if (!user_mode(regs))
/linux-master/arch/arm/kernel/
H A Dsignal.c614 if (unlikely(!user_mode(regs)))
H A Dhw_breakpoint.c723 return !user_mode(regs) && info->ctrl.privilege == ARM_BREAKPOINT_USER;
/linux-master/arch/loongarch/kernel/
H A Dkgdb.c245 if (user_mode(regs))
/linux-master/arch/mips/kernel/
H A Dprocess.c591 if (!user_mode(regs) && __kernel_text_address(pc)) {
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c683 if (!user_mode(regs))
/linux-master/include/linux/sched/
H A Dsignal.h427 (user_mode(regs) && signal_pending(current))));
/linux-master/kernel/bpf/
H A Dstackmap.c413 /* cannot get valid user stack for task without user_mode regs */
414 if (task && user && !user_mode(regs))
/linux-master/arch/alpha/kernel/
H A Dtraps.c218 if (!user_mode(regs)) {
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py540 user_mode = '%.0f'%(data.tUserMode*1000)
542 devtl.html += html_timetotal.format(user_mode, last_init)
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c527 if (!iwqp->user_mode)
530 if (!iwqp->user_mode) {
603 iwqp->user_mode = 1;
788 if (!iwqp->user_mode) {
817 if (!iwqp->user_mode) {
1788 if (!iwcq->user_mode) {
1915 if (!iwcq->user_mode) {
2099 iwcq->user_mode = true;
H A Dhw.c64 if (!cq->user_mode)
2749 if (!iwqp->user_mode)
/linux-master/arch/x86/events/
H A Dcore.c2930 if (user_mode(regs) && regs->cs != __USER_CS)
2933 if (user_mode(regs) && !user_64bit_mode(regs) &&
2959 if (user_mode(regs))
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c1089 if (event->attr.exclude_user && user_mode(regs))
1091 if (event->attr.exclude_kernel && !user_mode(regs))
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1721 if (user_mode(regs) || (region_id == USER_REGION_ID))
1730 if (user_mode(regs)) {
/linux-master/arch/arm64/kernel/
H A Dptrace.c2296 if (user_mode(regs) && (regs->pstate & PSR_MODE32_BIT) &&
2321 if (user_mode(regs) && !(regs->pstate & PSR_MODE32_BIT) &&
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c1165 !user_mode(die_args->regs))
/linux-master/arch/x86/lib/
H A Dinsn-eval.c711 if (user_mode(regs))
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c1012 if (user_mode(regs))
/linux-master/kernel/time/
H A Dtick-sched.c276 update_process_times(user_mode(regs));

Completed in 701 milliseconds

12345678