iommu/vt-d: Avoid caching stale domain_device_info when hot-removing PCI device
[linux-2.6/btrfs-unstable.git] / tools / perf / bench / mem-memset-x86-64-asm-def.h
bloba71dff97c1f54e87aea5034398534bacc77d6a56
2 MEMSET_FN(__memset,
3 "x86-64-unrolled",
4 "unrolled memset() in arch/x86/lib/memset_64.S")
6 MEMSET_FN(memset_c,
7 "x86-64-stosq",
8 "movsq-based memset() in arch/x86/lib/memset_64.S")
10 MEMSET_FN(memset_c_e,
11 "x86-64-stosb",
12 "movsb-based memset() in arch/x86/lib/memset_64.S")