| /xnu-10063.101.15/libsyscall/wrappers/ |
| H A D | kern_debug.c | 73 int shift = 0; in debug_syscall_reject_config() local
|
| /xnu-10063.101.15/bsd/sys/_types/ |
| H A D | _user64_timex.h | 45 __int32_t shift; variable
|
| H A D | _user32_timex.h | 45 __int32_t shift; variable
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | in_stat.c | 63 uint64_t shift = in in_stat_set_activity_bitmap() local
|
| H A D | tcp_log.c | 375 #define P_MS(ms, shift) ((ms) >> (shift)), (((ms) * 1000) >> (shift)) % 1000 argument
|
| /xnu-10063.101.15/osfmk/i386/vmx/ |
| H A D | vmx_cpu.h | 72 #define VMX_CAP(msr, shift, mask) (rdmsr64(msr) & ((mask) << (shift))) argument
|
| H A D | vmx_cpu.c | 409 #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 D | pal_native.h | 75 uint32_t shift; /* shift is nonzero only on "slow" machines, */ member
|
| H A D | rtclock.c | 327 uint32_t shift = 0; in rtc_set_timescale() local
|
| H A D | pmCPU.h | 92 uint32_t shift; /* tsc -> nanosec shift/div */ member
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | sched_average.c | 297 uint32_t shift = sched_fixed_shift - sched_load_shifts[bucket_load]; in compute_averages() local
|
| H A D | smr.c | 2282 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 D | bits.h | 56 #define extract(x, shift, width) ((((uint64_t)(x)) >> (shift)) & mask(width)) argument
|
| H A D | smr_hash.h | 1758 uint8_t shift; in __smr_shash_bucket() local
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | quota.h | 218 #define dqhash1(id, shift, mask) \ argument 238 int shift; in dqhashshift() local
|
| H A D | timex.h | 180 int shift; /* interval duration (s) (shift) (ro) */ member
|
| /xnu-10063.101.15/osfmk/arm64/ |
| H A D | tlb.h | 364 #define rtlbi_addr(x, shift) (((x) >> (shift)) & RTLBI_ADDR_MASK) argument
|
| H A D | monotonic_arm64.c | 947 const unsigned int shift = topology_info->clusters[i].first_cpu_id; in uncore_add() local
|
| /xnu-10063.101.15/tools/lldbmacros/kmemory/ |
| H A D | btlog.py | 143 def shift(self): member in BTLibrary
|
| /xnu-10063.101.15/osfmk/i386/commpage/ |
| H A D | commpage.c | 684 uint32_t shift ) in commpage_set_nanotime()
|
| /xnu-10063.101.15/san/memory/ |
| H A D | ubsan.h | 165 struct ubsan_shift_desc *shift; member
|
| /xnu-10063.101.15/osfmk/arm/pmap/ |
| H A D | pmap_pt_geometry.h | 63 const uint64_t shift; member
|
| /xnu-10063.101.15/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_pt_geometry.h | 63 const uint64_t shift; member
|
| /xnu-10063.101.15/osfmk/kdp/ |
| H A D | sk_core.c | 188 const uint64_t shift; member
|
| /xnu-10063.101.15/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 209 int shift = function_entry ? 1 : 0; in fasttrap_anarg() local
|