Home
last modified time | relevance | path

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

12

/xnu-10063.101.15/libsyscall/wrappers/
H A Dkern_debug.c73 int shift = 0; in debug_syscall_reject_config() local
/xnu-10063.101.15/bsd/sys/_types/
H A D_user64_timex.h45 __int32_t shift; variable
H A D_user32_timex.h45 __int32_t shift; variable
/xnu-10063.101.15/bsd/netinet/
H A Din_stat.c63 uint64_t shift = in in_stat_set_activity_bitmap() local
H A Dtcp_log.c375 #define P_MS(ms, shift) ((ms) >> (shift)), (((ms) * 1000) >> (shift)) % 1000 argument
/xnu-10063.101.15/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-10063.101.15/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-10063.101.15/osfmk/kern/
H A Dsched_average.c297 uint32_t shift = sched_fixed_shift - sched_load_shifts[bucket_load]; in compute_averages() local
H A Dsmr.c2282 uint16_t shift; in smr_hash_init() local
2605 __smr_shash_size_for_shift(uint8_t shift) in __smr_shash_size_for_shift()
3095 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.h1758 uint8_t shift; in __smr_shash_bucket() local
/xnu-10063.101.15/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-10063.101.15/osfmk/arm64/
H A Dtlb.h364 #define rtlbi_addr(x, shift) (((x) >> (shift)) & RTLBI_ADDR_MASK) argument
H A Dmonotonic_arm64.c947 const unsigned int shift = topology_info->clusters[i].first_cpu_id; in uncore_add() local
/xnu-10063.101.15/tools/lldbmacros/kmemory/
H A Dbtlog.py143 def shift(self): member in BTLibrary
/xnu-10063.101.15/osfmk/i386/commpage/
H A Dcommpage.c684 uint32_t shift ) in commpage_set_nanotime()
/xnu-10063.101.15/san/memory/
H A Dubsan.h165 struct ubsan_shift_desc *shift; member
/xnu-10063.101.15/osfmk/arm/pmap/
H A Dpmap_pt_geometry.h63 const uint64_t shift; member
/xnu-10063.101.15/osfmk/arm64/sptm/pmap/
H A Dpmap_pt_geometry.h63 const uint64_t shift; member
/xnu-10063.101.15/osfmk/kdp/
H A Dsk_core.c188 const uint64_t shift; member
/xnu-10063.101.15/bsd/dev/i386/
H A Dfasttrap_isa.c209 int shift = function_entry ? 1 : 0; in fasttrap_anarg() local

12