| /xnu-11215/bsd/netinet/ |
| H A D | in_stat.c | 64 uint64_t shift = in in_stat_set_activity_bitmap() local
|
| H A D | tcp_log.c | 370 #define P_MS(ms, shift) ((ms) >> (shift)), (((ms) * 1000) >> (shift)) % 1000 argument
|
| /xnu-11215/libsyscall/wrappers/ |
| H A D | kern_debug.c | 73 int shift = 0; in debug_syscall_reject_config() local
|
| /xnu-11215/bsd/sys/_types/ |
| H A D | _user32_timex.h | 45 __int32_t shift; variable
|
| H A D | _user64_timex.h | 45 __int32_t shift; variable
|
| /xnu-11215/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-11215/tests/sched/sched_test_harness/shadow_headers/ |
| H A D | sched_prim.c | 283 uint32_t shift; in sched_timeshare_timebase_init() local
|
| /xnu-11215/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-11215/osfmk/kern/ |
| H A D | sched_average.c | 294 uint32_t shift = sched_fixed_shift - sched_load_shifts[bucket_load]; in compute_averages() local
|
| H A D | smr.c | 2303 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 D | bits.h | 56 #define extract(x, shift, width) ((((uint64_t)(x)) >> (shift)) & mask(width)) argument
|
| H A D | smr_hash.h | 1817 uint8_t shift; in __smr_shash_bucket() local
|
| /xnu-11215/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-11215/osfmk/arm64/ |
| H A D | tlb.h | 364 #define rtlbi_addr(x, shift) (((x) >> (shift)) & RTLBI_ADDR_MASK) argument
|
| /xnu-11215/tools/lldbmacros/kmemory/ |
| H A D | btlog.py | 143 def shift(self): member in BTLibrary
|
| /xnu-11215/san/memory/ |
| H A D | ubsan.h | 165 struct ubsan_shift_desc *shift; member
|
| /xnu-11215/osfmk/i386/commpage/ |
| H A D | commpage.c | 720 uint32_t shift ) in commpage_set_nanotime()
|
| /xnu-11215/osfmk/arm/pmap/ |
| H A D | pmap_pt_geometry.h | 63 const uint64_t shift; member
|
| /xnu-11215/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_pt_geometry.h | 63 const uint64_t shift; member
|
| /xnu-11215/osfmk/kdp/ |
| H A D | sk_core.c | 188 const uint64_t shift; member
|
| /xnu-11215/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 209 int shift = function_entry ? 1 : 0; in fasttrap_anarg() local
|