cpufunc.h | 103 uint32_t low, high; \ 108 : "=a" (low), "=d" (high) \ 112 return (low | ((uint64_t)high << 32)); \ 363 uint32_t low, high; local in function:rdxcr 367 : "=a" (low), "=d" (high) 371 return (low | ((uint64_t)high << 32)); 377 uint32_t low, high; local in function:wrxcr 379 low = val; 384 : "a" (low), "d" (high), "c" (xcr) 444 uint32_t low, high local in function:xsave 460 uint32_t low, high; local in function:xsaveopt 476 uint32_t low, high; local in function:xrstor 519 uint32_t low, high; local in function:xsave64 535 uint32_t low, high; local in function:xsaveopt64 551 uint32_t low, high; local in function:xrstor64 604 uint32_t low, high; local in function:rdmsr 618 uint32_t low, high, pass = OPTERON_MSR_PASSCODE; local in function:rdmsr_locked 634 uint32_t low, high; local in function:wrmsr 649 uint32_t low, high, pass = OPTERON_MSR_PASSCODE; local in function:wrmsr_locked [all...] |