/kernel/linux/linux-5.10/arch/arm64/ |
H A D | Makefile | 62 $(eval KBUILD_CFLAGS += -mstack-protector-guard=sysreg \ 63 -mstack-protector-guard-reg=sp_el0 \ 64 -mstack-protector-guard-offset=$(shell \
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | compilation-statistics.cc | 18 base::MutexGuard guard(&record_mutex_); in RecordPhaseStats() 31 base::MutexGuard guard(&record_mutex_); in RecordPhaseKindStats() 45 base::MutexGuard guard(&record_mutex_); in RecordTotalStats()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_vma.c | 424 __i915_vma_size(vma), vma->size, vma->guard); in i915_vma_resource_init_from_vma() 683 vma->guard < (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced() 759 unsigned long color, guard; in i915_vma_insert() local 779 guard = vma->guard; /* retain guard across rebinds */ in i915_vma_insert() 782 guard = max_t(u32, guard, flags & PIN_OFFSET_MASK); in i915_vma_insert() 786 * node.start + guard, the easiest way to make that work is in i915_vma_insert() 787 * to make the guard in i915_vma_insert() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/ |
H A D | Makefile | 92 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard=tls 94 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r13 96 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r2 392 $(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "PACA_CANARY") print $$3;}' include/generated/asm-offsets.h)) 394 $(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "TASK_CANARY") print $$3;}' include/generated/asm-offsets.h))
|
/kernel/linux/linux-5.10/drivers/thermal/intel/ |
H A D | intel_powerclamp.c | 80 unsigned int guard; member 330 unsigned int guard, unsigned int win) in powerclamp_adjust_controls() 362 /* if we are above target+guard, skip */ in powerclamp_adjust_controls() 363 return set_target_ratio + guard <= current_ratio; in powerclamp_adjust_controls() 383 w_data->guard = 1 + w_data->target_ratio / 20; in clamp_balancing_func() 426 w_data->guard, in clamp_idle_injection_func() 329 powerclamp_adjust_controls(unsigned int target_ratio, unsigned int guard, unsigned int win) powerclamp_adjust_controls() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-demod.c | 143 enum fe_guard_interval *guard) in mxl1x1sf_demod_get_tps_guard_interval() 153 *guard = GUARD_INTERVAL_1_32; in mxl1x1sf_demod_get_tps_guard_interval() 156 *guard = GUARD_INTERVAL_1_16; in mxl1x1sf_demod_get_tps_guard_interval() 159 *guard = GUARD_INTERVAL_1_8; in mxl1x1sf_demod_get_tps_guard_interval() 162 *guard = GUARD_INTERVAL_1_4; in mxl1x1sf_demod_get_tps_guard_interval() 142 mxl1x1sf_demod_get_tps_guard_interval(struct mxl111sf_demod_state *state, enum fe_guard_interval *guard) mxl1x1sf_demod_get_tps_guard_interval() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-demod.c | 143 enum fe_guard_interval *guard) in mxl1x1sf_demod_get_tps_guard_interval() 153 *guard = GUARD_INTERVAL_1_32; in mxl1x1sf_demod_get_tps_guard_interval() 156 *guard = GUARD_INTERVAL_1_16; in mxl1x1sf_demod_get_tps_guard_interval() 159 *guard = GUARD_INTERVAL_1_8; in mxl1x1sf_demod_get_tps_guard_interval() 162 *guard = GUARD_INTERVAL_1_4; in mxl1x1sf_demod_get_tps_guard_interval() 142 mxl1x1sf_demod_get_tps_guard_interval(struct mxl111sf_demod_state *state, enum fe_guard_interval *guard) mxl1x1sf_demod_get_tps_guard_interval() argument
|
/kernel/linux/linux-6.6/drivers/thermal/intel/ |
H A D | intel_powerclamp.c | 65 unsigned int guard; member 460 unsigned int guard, unsigned int win) in powerclamp_adjust_controls() 485 /* if we are above target+guard, skip */ in powerclamp_adjust_controls() 486 return powerclamp_data.target_ratio + guard <= current_ratio; in powerclamp_adjust_controls() 503 powerclamp_data.guard = 1 + powerclamp_data.target_ratio / 20; in get_run_time() 578 powerclamp_data.guard, in idle_inject_update() 459 powerclamp_adjust_controls(unsigned int target_ratio, unsigned int guard, unsigned int win) powerclamp_adjust_controls() argument
|
/third_party/mesa3d/src/freedreno/registers/ |
H A D | gen_header.py | 461 guard = str.replace(os.path.basename(xml_file), '.', '_').upper() + '_STRUCTS' 464 guard = str.replace(os.path.basename(xml_file), '.', '_').upper() 466 print("#ifndef %s\n#define %s\n" % (guard, guard)) 479 print("\n#endif /* %s */" % guard)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cleanup.h | 95 * guard(name): 96 * an anonymous instance of the (guard) class 108 #define guard(_name) \ macro 109 CLASS(_name, __UNIQUE_ID(guard))
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator-base.cc | 102 base::MutexGuard guard(&signature_map_mutex_); in RegisterFunctionsAndSignatures() 110 base::MutexGuard guard(&signature_map_mutex_); in GetSignatureForTarget()
|
/third_party/node/deps/v8/src/heap/ |
H A D | incremental-marking-job.cc | 51 base::MutexGuard guard(&mutex_); in ScheduleTask() 121 base::MutexGuard guard(&job_->mutex_); in RunInternal()
|
H A D | safepoint.h | 108 base::RecursiveMutexGuard guard(&local_heaps_mutex_); in AddLocalHeap() 122 base::RecursiveMutexGuard guard(&local_heaps_mutex_); in RemoveLocalHeap()
|
/third_party/node/deps/v8/src/sandbox/ |
H A D | external-pointer-table-inl.h | 40 base::MutexGuard guard(mutex_); in Init() 100 base::MutexGuard guard(mutex_); in Allocate()
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | DawnPerfTestPlatform.cpp | 81 std::lock_guard<std::mutex> guard(mTraceEventBufferMapMutex); in GetLocalTraceEventBuffer() 133 std::lock_guard<std::mutex> guard(mTraceEventBufferMapMutex); in AcquireTraceEventBuffer()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.h | 67 ExactAssemblyScope guard(&masm, \ 89 ExactAssemblyScope guard(&masm, \
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 161 base::MutexGuard guard(&mutex_); in GetExportName() 178 base::MutexGuard guard(&mutex_); in GetImportName() 194 base::MutexGuard guard(&mutex_); in GetTypeName() 203 base::MutexGuard guard(&mutex_); in GetLocalName() 212 base::MutexGuard guard(&mutex_); in GetFieldName() 332 base::MutexGuard guard(&mutex_); in SetBreakpoint() 399 base::MutexGuard guard(&mutex_); in FloodWithBreakpoints() 425 base::MutexGuard guard(&mutex_); in ClearStepping() 437 base::MutexGuard guard(&mutex_); in ClearStepping() 445 base::MutexGuard guard( in IsStepping() [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-base.cc | 165 PersistentRegionLock guard; in Terminate() local 195 PersistentRegionLock guard; in Terminate()
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_pl.rs | 145 let mut guard = Guard { state, new_state: INCOMPLETE }; in initialize_inner() variables 147 guard.new_state = COMPLETE; in initialize_inner()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_top.c | 710 info.guard = CXD2880_DVBT_GUARD_1_4; in cxd2880_set_ber_per_period_t() 717 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 721 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 725 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 746 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 750 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 754 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 757 63000000 * bw * 2 / denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 760 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 763 bw * 2 / denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 1413 enum cxd2880_dvbt_guard guard = CXD2880_DVBT_GUARD_1_32; cxd2880_get_frontend_t() local [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_top.c | 710 info.guard = CXD2880_DVBT_GUARD_1_4; in cxd2880_set_ber_per_period_t() 717 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 721 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 725 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 746 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 750 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 754 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 757 63000000 * bw * 2 / denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 760 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 763 bw * 2 / denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 1413 enum cxd2880_dvbt_guard guard = CXD2880_DVBT_GUARD_1_32; cxd2880_get_frontend_t() local [all...] |
/device/soc/rockchip/common/sdk_linux/arch/arm64/ |
H A D | Makefile | 62 $(eval KBUILD_CFLAGS += -mstack-protector-guard=sysreg \ 63 -mstack-protector-guard-reg=sp_el0 \ 64 -mstack-protector-guard-offset=$(shell \
|
/kernel/linux/linux-6.6/arch/arm64/ |
H A D | Makefile | 59 $(eval KBUILD_CFLAGS += -mstack-protector-guard=sysreg \ 60 -mstack-protector-guard-reg=sp_el0 \ 61 -mstack-protector-guard-offset=$(shell \
|
/kernel/linux/linux-6.6/arch/riscv/ |
H A D | Makefile | 112 $(eval KBUILD_CFLAGS += -mstack-protector-guard=tls \ 113 -mstack-protector-guard-reg=tp \ 114 -mstack-protector-guard-offset=$(shell \
|
/kernel/linux/linux-6.6/arch/x86/ |
H A D | Makefile | 116 KBUILD_CFLAGS += -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard 118 KBUILD_CFLAGS += -mstack-protector-guard=global
|