Provided by: systemtap-doc_2.3-1ubuntu1.4_all bug

NAME

       function::u_register - Return the unsigned value of the named CPU register

SYNOPSIS

           u_register:long(name:string)

ARGUMENTS

       name
           Name of the register to return

DESCRIPTION

       Same as register(name), except that if the register is 32 bits wide, it is zero-extended
       to 64 bits.