Home
last modified time | relevance | path

Searched refs:umask (Results 1 – 17 of 17) sorted by relevance

/arch/ia64/kernel/
Dptrace.c254 unsigned long umask = 0, mask, m; in get_rnat() local
282 umask = MASK(ia64_rse_slot_num(ubspstore)) & mask; in get_rnat()
283 urnat = (pt->ar_rnat & umask); in get_rnat()
284 mask &= ~umask; in get_rnat()
313 unsigned long rnat0 = 0, rnat1 = 0, *slot0_kaddr, umask = 0, mask, m; in put_rnat() local
356 umask = MASK(ia64_rse_slot_num(ubspstore)) & mask; in put_rnat()
357 pt->ar_rnat = (pt->ar_rnat & ~umask) | (urnat & umask); in put_rnat()
358 mask &= ~umask; in put_rnat()
/arch/x86/events/intel/
Dp6.c184 PMU_FORMAT_ATTR(umask, "config:8-15" );
Dcore.c2763 u64 alt_config = X86_CONFIG(.event=0xc2, .umask=0x01, .inv=1, .cmask=16); in intel_pebs_aliases_snb()
2787 u64 alt_config = X86_CONFIG(.event=0xc0, .umask=0x01, .inv=1, .cmask=16); in intel_pebs_aliases_precdist()
3025 X86_CONFIG(.event=0xc0, .umask=0x01)) { in bdw_limit_period()
3034 PMU_FORMAT_ATTR(umask, "config:8-15" );
3675 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
3678 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init()
3764 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
3767 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init()
3801 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
3804 X86_CONFIG(.event=0xb1, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
[all …]
Dknc.c275 PMU_FORMAT_ATTR(umask, "config:8-15" );
Duncore_snb.c77 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
Duncore_nhmex.c191 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
Duncore_snbep.c330 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
331 DEFINE_UNCORE_FORMAT_ATTR(umask_ext, umask, "config:8-15,32-39");
/arch/sparc/kernel/
Detrap_32.S189 st %g2, [%curptr + TI_UWINMASK] ! store new umask
Dentry.S1263 ld [%g6 + TI_UWINMASK], %o0 ! get current umask
1279 andncc %o0, %o3, %o0 ! clean this bit in umask
/arch/x86/events/amd/
Dcore.c453 PMU_FORMAT_ATTR(umask, "config:8-15" );
Duncore.c248 PMU_FORMAT_ATTR(umask, "config:8-15");
/arch/powerpc/include/asm/
Dsystbl.h66 SYSCALL_SPU(umask)
/arch/parisc/kernel/
Dsyscall_table.S131 ENTRY_SAME(umask) /* 60 */
/arch/x86/events/
Dcore.c1715 u64 umask = (config & ARCH_PERFMON_EVENTSEL_UMASK) >> 8; in x86_event_sysfs_show() local
1729 if (umask) in x86_event_sysfs_show()
1730 ret += sprintf(page + ret, ",umask=0x%02llx", umask); in x86_event_sysfs_show()
Dperf_event.h471 umask:8, member
/arch/x86/entry/syscalls/
Dsyscall_64.tbl104 95 common umask sys_umask
Dsyscall_32.tbl69 60 i386 umask sys_umask