From 5fabb88a7816f19090384e45bb8f2a22c7f290fb Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 17 Apr 2011 12:46:00 +0000 Subject: Multiple assembler packs: add experimental memory bus instrumentation. --- crypto/s390xcpuid.S | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'crypto/s390xcpuid.S') diff --git a/crypto/s390xcpuid.S b/crypto/s390xcpuid.S index 06815347e6..3402a2404b 100644 --- a/crypto/s390xcpuid.S +++ b/crypto/s390xcpuid.S @@ -93,6 +93,22 @@ OPENSSL_cleanse: br %r14 .size OPENSSL_cleanse,.-OPENSSL_cleanse +.globl OPENSSL_instrument_bus +.type OPENSSL_instrument_bus,@function +.align 16 +OPENSSL_instrument_bus: + lghi %r2,0 + br %r14 +.size OPENSSL_instrument_bus,.-OPENSSL_instrument_bus + +.globl OPENSSL_instrument_bus2 +.type OPENSSL_instrument_bus2,@function +.align 16 +OPENSSL_instrument_bus2: + lghi %r2,0 + br %r14 +.size OPENSSL_instrument_bus2,.-OPENSSL_instrument_bus2 + .section .init brasl %r14,OPENSSL_cpuid_setup -- cgit v1.2.3