Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 34) sorted by relevance

12

/xnu-11215/bsd/netinet/
H A Din_stat.c64 uint64_t shift = in in_stat_set_activity_bitmap() local
H A Dtcp_log.c370 #define P_MS(ms, shift) ((ms) >> (shift)), (((ms) * 1000) >> (shift)) % 1000 argument
/xnu-11215/libsyscall/wrappers/
H A Dkern_debug.c73 int shift = 0; in debug_syscall_reject_config() local
/xnu-11215/bsd/sys/_types/
H A D_user32_timex.h45 __int32_t shift; variable
H A D_user64_timex.h45 __int32_t shift; variable
/xnu-11215/osfmk/i386/vmx/
H A Dvmx_cpu.h72 #define VMX_CAP(msr, shift, mask) (rdmsr64(msr) & ((mask) << (shift))) argument
H A Dvmx_cpu.c409 #define CHK(msr, shift, mask) if (!VMX_CAP(msr, shift, mask)) return FALSE; in vmx_hv_support() argument
/xnu-11215/tests/sched/sched_test_harness/shadow_headers/
H A Dsched_prim.c283 uint32_t shift; in sched_timeshare_timebase_init() local
/xnu-11215/osfmk/i386/
H A Dpal_native.h75 uint32_t shift; /* shift is nonzero only on "slow" machines, */ member
H A Drtclock.c327 uint32_t shift = 0; in rtc_set_timescale() local
H A DpmCPU.h92 uint32_t shift; /* tsc -> nanosec shift/div */ member
/xnu-11215/osfmk/kern/
H A Dsched_average.c294 uint32_t shift = sched_fixed_shift - sched_load_shifts[bucket_load]; in compute_averages() local
H A Dsmr.c2303 uint16_t shift; in smr_hash_init() local
2632 __smr_shash_size_for_shift(uint8_t shift) in __smr_shash_size_for_shift()
3122 uint8_t shift; in smr_shash_init() local
H A Dbits.h56 #define extract(x, shift, width) ((((uint64_t)(x)) >> (shift)) & mask(width)) argument
H A Dsmr_hash.h1817 uint8_t shift; in __smr_shash_bucket() local
/xnu-11215/bsd/sys/
H A Dquota.h218 #define dqhash1(id, shift, mask) \ argument
238 int shift; in dqhashshift() local
H A Dtimex.h180 int shift; /* interval duration (s) (shift) (ro) */ member
/xnu-11215/osfmk/arm64/
H A Dtlb.h364 #define rtlbi_addr(x, shift) (((x) >> (shift)) & RTLBI_ADDR_MASK) argument
/xnu-11215/tools/lldbmacros/kmemory/
H A Dbtlog.py143 def shift(self): member in BTLibrary
/xnu-11215/san/memory/
H A Dubsan.h165 struct ubsan_shift_desc *shift; member
/xnu-11215/osfmk/i386/commpage/
H A Dcommpage.c720 uint32_t shift ) in commpage_set_nanotime()
/xnu-11215/osfmk/arm/pmap/
H A Dpmap_pt_geometry.h63 const uint64_t shift; member
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap_pt_geometry.h63 const uint64_t shift; member
/xnu-11215/osfmk/kdp/
H A Dsk_core.c188 const uint64_t shift; member
/xnu-11215/bsd/dev/i386/
H A Dfasttrap_isa.c209 int shift = function_entry ? 1 : 0; in fasttrap_anarg() local

12