Searched refs:umask (Results 1 – 17 of 17) sorted by relevance
/arch/ia64/kernel/ |
D | ptrace.c | 254 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/ |
D | p6.c | 184 PMU_FORMAT_ATTR(umask, "config:8-15" );
|
D | core.c | 2763 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 …]
|
D | knc.c | 275 PMU_FORMAT_ATTR(umask, "config:8-15" );
|
D | uncore_snb.c | 77 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
|
D | uncore_nhmex.c | 191 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
|
D | uncore_snbep.c | 330 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/ |
D | etrap_32.S | 189 st %g2, [%curptr + TI_UWINMASK] ! store new umask
|
D | entry.S | 1263 ld [%g6 + TI_UWINMASK], %o0 ! get current umask 1279 andncc %o0, %o3, %o0 ! clean this bit in umask
|
/arch/x86/events/amd/ |
D | core.c | 453 PMU_FORMAT_ATTR(umask, "config:8-15" );
|
D | uncore.c | 248 PMU_FORMAT_ATTR(umask, "config:8-15");
|
/arch/powerpc/include/asm/ |
D | systbl.h | 66 SYSCALL_SPU(umask)
|
/arch/parisc/kernel/ |
D | syscall_table.S | 131 ENTRY_SAME(umask) /* 60 */
|
/arch/x86/events/ |
D | core.c | 1715 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()
|
D | perf_event.h | 471 umask:8, member
|
/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 104 95 common umask sys_umask
|
D | syscall_32.tbl | 69 60 i386 umask sys_umask
|