Lines Matching refs:high
103 uint32_t low, high; \
108 : "=a" (low), "=d" (high) \
112 return (low | ((uint64_t)high << 32)); \
363 uint32_t low, high;
367 : "=a" (low), "=d" (high)
371 return (low | ((uint64_t)high << 32));
377 uint32_t low, high;
380 high = val >> 32;
384 : "a" (low), "d" (high), "c" (xcr)
444 uint32_t low, high;
447 high = mask >> 32;
451 : "a" (low), "d" (high)
460 uint32_t low, high;
463 high = mask >> 32;
467 : "a" (low), "d" (high)
476 uint32_t low, high;
479 high = mask >> 32;
483 : [area] "m" (*area), "a" (low), "d" (high)
519 uint32_t low, high;
522 high = mask >> 32;
526 : "a" (low), "d" (high)
535 uint32_t low, high;
538 high = mask >> 32;
542 : "a" (low), "d" (high)
551 uint32_t low, high;
554 high = mask >> 32;
558 : [area] "m" (*area), "a" (low), "d" (high)
604 uint32_t low, high;
608 : "=a" (low), "=d" (high)
612 return (low | ((uint64_t)high << 32));
618 uint32_t low, high, pass = OPTERON_MSR_PASSCODE;
622 : "=a" (low), "=d" (high)
626 return (low | ((uint64_t)high << 32));
634 uint32_t low, high;
637 high = val >> 32;
641 : "a" (low), "d" (high), "c" (msr)
649 uint32_t low, high, pass = OPTERON_MSR_PASSCODE;
652 high = val >> 32;
656 : "a" (low), "d" (high), "c" (msr), "D" (pass)