Home
last modified time | relevance | path

Searched defs:hi (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.121.6/osfmk/i386/
H A Dlapic_native.c153 uint32_t lo, hi; in legacy_init() local
213 uint32_t hi; in x2apic_init() local
229 uint32_t hi; in x2apic_read() local
276 uint32_t hi; in lapic_safe_apicid() local
297 uint32_t hi; in lapic_reinit() local
371 uint32_t hi; in lapic_init() local
574 uint32_t hi; in lapic_probe() local
615 uint32_t hi; in lapic_shutdown() local
H A Dproc_reg.h449 #define rdmsr(msr, lo, hi) \ argument
452 #define wrmsr(msr, lo, hi) \ argument
455 #define rdtsc(lo, hi) \ argument
458 #define rdtsc_nofence(lo, hi) \ argument
461 #define write_tsc(lo, hi) wrmsr(0x10, lo, hi) argument
463 #define rdpmc(counter, lo, hi) \ argument
495 uint32_t lo = 0, hi = 0; in rdpmc64() local
503 uint32_t lo = 0, hi = 0; in rdmsr64() local
517 uint64_t lo, hi; in rdtsc64() local
525 uint64_t lo, hi; in rdtsc64_nofence() local
[all …]
H A DDiagnostics.h113 uint32_t lo = 0, hi = 0; in read_pmc() local
H A Dcpuid.c54 #define quad(hi, lo) (((uint64_t)(hi)) << 32 | (lo)) argument
/xnu-11417.121.6/libkern/libkern/
H A DOSTypes.h53 UInt32 hi; member
59 UInt32 hi; member
/xnu-11417.121.6/osfmk/corecrypto/
H A Dccn_internal.h105 #define CC_DUNIT_MUL(x, y, hi, lo, tmp) \ argument
113 #define CC_DUNIT_MULI(x, y, hi, lo, tmp, i) \ argument
121 #define CC_STORE_LO(r, hi, lo) \ argument
/xnu-11417.121.6/osfmk/arm64/
H A Dloose_ends.c345 uint64_t hi, lo; in __read128() local
471 const uint64_t hi = (uint64_t)(result >> 64); in ml_phys_read_data() local
576 const uint64_t hi = (uint64_t)(data >> 64); in __write128() local
690 const uint64_t hi = (uint64_t)(data >> 64); in ml_phys_write_data() local
/xnu-11417.121.6/iokit/DriverKit/
H A DIOTypes.h140 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32)) argument
147 #define IOPhysical32( hi, lo ) (lo) argument
/xnu-11417.121.6/iokit/IOKit/
H A DIOTypes.h140 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32)) argument
147 #define IOPhysical32( hi, lo ) (lo) argument
/xnu-11417.121.6/osfmk/kern/
H A Dbits.h57 #define bits(x, hi, lo) extract((x), (lo), (hi) - (lo) + 1) argument
/xnu-11417.121.6/bsd/skywalk/nexus/
H A Dnexus_kern.c1848 nxprov_bound_var(uint32_t *v, uint32_t dflt, uint32_t lo, uint32_t hi, in nxprov_bound_var()
/xnu-11417.121.6/osfmk/mach/
H A Dmessage.h1520 #define MACH_MSG2_SHIFT_ARGS(lo, hi) ((uint64_t)hi << 32 | (uint32_t)lo) in mach_msg2() argument
/xnu-11417.121.6/bsd/nfs/
H A Dnfs.h631 uint32_t hi; member