Home
last modified time | relevance | path

Searched refs:inv (Results 1 – 18 of 18) sorted by relevance

/arch/mn10300/mm/
DMakefile8 cacheflush-$(CONFIG_SMP) += cache-smp.o cache-smp-inv.o $(cache-smp-wback-y)
9 cacheflush-$(CONFIG_MN10300_CACHE_INV_ICACHE) += cache-inv-icache.o
11 cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_TAG) += cache-inv-by-tag.o
12 cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_REG) += cache-inv-by-reg.o
17 cache-dbg-flush-by-tag.o cache-dbg-inv-by-tag.o
21 cache-dbg-inv-by-tag.o cache-dbg-inv.o
23 cache-dbg-inv-by-reg.o cache-dbg-inv.o
/arch/cris/arch-v10/mm/
Dfault.c46 int acc, inv; in handle_mmu_bus_fault() local
63 inv = IO_EXTRACT(R_MMU_CAUSE, inv_excp, cause); in handle_mmu_bus_fault()
71 regs->irp, address, miss, inv, we, acc, index, page_id)); in handle_mmu_bus_fault()
/arch/arm/boot/dts/
Dstih416-b2020.dts29 st,pcie-tx-pol-inv;
Dstih416-b2020e.dts47 st,pcie-tx-pol-inv;
/arch/arm/mm/
Dproc-feroceon.S265 mcr p15, 5, r0, c15, c15, 0 @ D clean/inv range start
266 mcr p15, 5, r1, c15, c15, 1 @ D clean/inv range top
311 mcr p15, 5, r0, c15, c14, 0 @ D inv range start
312 mcr p15, 5, r1, c15, c14, 1 @ D inv range top
374 mcr p15, 5, r0, c15, c15, 0 @ D clean/inv range start
375 mcr p15, 5, r1, c15, c15, 1 @ D clean/inv range top
/arch/x86/kernel/cpu/
Dperf_event_p6.c187 PMU_FORMAT_ATTR(inv, "config:23" );
Dperf_event_intel.c2465 u64 alt_config = X86_CONFIG(.event=0xc0, .inv=1, .cmask=16); in intel_pebs_aliases_core2()
2493 u64 alt_config = X86_CONFIG(.event=0xc2, .umask=0x01, .inv=1, .cmask=16); in intel_pebs_aliases_snb()
2730 PMU_FORMAT_ATTR(inv, "config:23" );
3335 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
3338 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init()
3398 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
3401 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init()
3435 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
3438 X86_CONFIG(.event=0xb1, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
3471 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
Dperf_event_intel_uncore_snb.c69 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
Dperf_event_knc.c277 PMU_FORMAT_ATTR(inv, "config:23" );
Dperf_event_amd.c455 PMU_FORMAT_ATTR(inv, "config:23" );
Dperf_event_intel_uncore_nhmex.c193 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
Dperf_event.h484 inv:1, member
Dperf_event.c1660 bool inv = (config & ARCH_PERFMON_EVENTSEL_INV); in x86_event_sysfs_show() local
1681 if (inv) in x86_event_sysfs_show()
Dperf_event_intel_uncore_snbep.c218 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
/arch/cris/arch-v32/mm/
Dinit.c53 REG_STATE(mmu, rw_mm_cfg, inv, on) | in cris_mmu_init()
/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_timer_grp_defs.h121 unsigned int inv : 1; member
/arch/cris/arch-v32/kernel/
Dhead.S93 | REG_STATE(mmu, rw_mm_cfg, inv, on) \
114 | REG_STATE(mmu, rw_mm_cfg, inv, on) \
/arch/arm/crypto/
Dbsaes-armv7.pl380 my $inv=@_[16]; # optional
422 $code.=<<___ if (!$inv);
431 $code.=<<___ if ($inv);