Home
last modified time | relevance | path

Searched refs:guard (Results 1 – 25 of 84) sorted by relevance

1234

/kernel/linux/linux-5.10/scripts/atomic/
Dgen-atomic-instrumented.sh85 local guard="$(gen_guard "${meta}" "${atomic}" "${pfx}" "${name}" "${sfx}" "${order}")"
93 [ ! -z "${guard}" ] && printf "#if ${guard}\n"
105 [ ! -z "${guard}" ] && printf "#endif\n"
129 local guard="defined(arch_${name}${sfx})"
131 [ -z "${sfx}" ] && guard="!defined(arch_${name}_relaxed) || defined(arch_${name})"
133 printf "#if ${guard}\n"
/kernel/linux/linux-5.10/arch/parisc/math-emu/
Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
90 guard = Dbit3p2(srcB); \
92 inexact = guard | sticky; \
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
101 guard = inexact >> 31; \
124 if (guard && (sticky || odd)) { \
134 guard = odd; \
136 inexact |= guard; \
144 guard = inexact >> 31; \
157 guard = inexact >> 31; \
[all …]
Dsgl_float.h289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
292 guard = (Sall(opnd) >> -exponent) & 1; \
294 inexact = guard | sticky; \
298 guard = 0; \
Ddbl_float.h489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument
493 guard = (Dallp2(opndp2) >> -exponent) & 1; \
505 guard = (Dallp1(opndp1) >> -32-exponent) & 1; \
511 inexact = guard | sticky; \
514 guard = 0; \
/kernel/linux/linux-5.10/Documentation/arm64/
Dmemory.rst39 fffffdffbfff0000 fffffdfffe5f8fff ~998MB [guard region]
41 fffffdfffea00000 fffffdfffebfffff 2MB [guard region]
43 fffffdffffc00000 fffffdffffdfffff 2MB [guard region]
45 ffffffffffe00000 ffffffffffffffff 2MB [guard region]
59 fffff81fffff0000 fffffc1ffe58ffff ~3TB [guard region]
61 fffffc1ffea00000 fffffc1ffebfffff 2MB [guard region]
63 fffffc1fffc00000 fffffc1fffdfffff 2MB [guard region]
65 ffffffffffe00000 ffffffffffffffff 2MB [guard region]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Datmel,lcdc.txt56 - atmel,guard-time: lcd guard time (Delay in frame periods)
71 atmel,guard-time = <9>;
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dgen.c61 static void get_header_guard(char *guard, const char *obj_name) in get_header_guard() argument
65 sprintf(guard, "__%s_SKEL_H__", obj_name); in get_header_guard()
66 for (i = 0; guard[i]; i++) in get_header_guard()
67 guard[i] = toupper(guard[i]); in get_header_guard()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Darch.patch6 …def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-pro…
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c143 enum fe_guard_interval *guard) in mxl1x1sf_demod_get_tps_guard_interval() argument
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()
/kernel/linux/linux-5.10/arch/arm64/
DMakefile62 $(eval KBUILD_CFLAGS += -mstack-protector-guard=sysreg \
63 -mstack-protector-guard-reg=sp_el0 \
64 -mstack-protector-guard-offset=$(shell \
/kernel/linux/linux-5.10/drivers/thermal/intel/
Dintel_powerclamp.c79 unsigned int guard; member
326 unsigned int guard, unsigned int win) in powerclamp_adjust_controls() argument
359 return set_target_ratio + guard <= current_ratio; in powerclamp_adjust_controls()
379 w_data->guard = 1 + w_data->target_ratio / 20; in clamp_balancing_func()
422 w_data->guard, in clamp_idle_injection_func()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_top.c710 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()
[all …]
Dcxd2880_tnrdmd_dvbt_mon.c85 *guard) in cxd2880_tnrdmd_dvbt_mon_mode_guard()
90 if (!tnr_dmd || !mode || !guard) in cxd2880_tnrdmd_dvbt_mon_mode_guard()
110 mode, guard); in cxd2880_tnrdmd_dvbt_mon_mode_guard()
134 *guard = (enum cxd2880_dvbt_guard)(rdata & 0x03); in cxd2880_tnrdmd_dvbt_mon_mode_guard()
280 info->guard = (enum cxd2880_dvbt_guard)((rdata[1] >> 3) & 0x03); in cxd2880_tnrdmd_dvbt_mon_tps_info()
Dcxd2880_dvbt.h64 enum cxd2880_dvbt_guard guard; member
Dcxd2880_tnrdmd_dvbt_mon.h30 *guard);
/kernel/linux/linux-5.10/arch/powerpc/
DMakefile99 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard=tls
101 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r13
103 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r2
407 …$(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "PACA_CANARY") pri…
409 …$(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "TASK_CANARY") pri…
/kernel/linux/linux-5.10/include/uapi/linux/
Dbsg.h23 __s32 guard; /* [i] 'Q' to differentiate from v3 */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbsg.h16 __s32 guard; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbsg.h29 __s32 guard; member
/kernel/linux/linux-5.10/Documentation/networking/
Dmac80211-injection.rst48 IEEE80211_RADIOTAP_MCS_SGI use short guard interval
63 IEEE80211_RADIOTAP_VHT_FLAG_SGI: use short guard interval
/kernel/linux/linux-5.10/drivers/staging/fwserial/
Ddma_fifo.h46 int guard; /* ofs of guard area */ member
Ddma_fifo.c81 fifo->guard = size + align * open_limit; in dma_fifo_alloc()
208 } else if (ofs + n > fifo->guard) { in dma_fifo_out_pend()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dround.S124 | ext_grs --- extract guard, round and sticky bits
127 | Output: d0{31:29}= guard, round, sticky
129 | The ext_grs extract the guard/round/sticky bits according to the
132 | updated guard,round,sticky in d0{31:29}
411 | d0 is guard,round,sticky
489 | d0{31:29} initial guard,round,sticky
493 | d0{31:29} final guard,round,sticky
506 bfextu WBTEMP_GRS(%a6){#6:#3},%d2 |extract guard,round, sticky bit
/kernel/linux/linux-5.10/arch/s390/
DMakefile91 ifeq ($(call cc-option-yn,-mstack-size=8192 -mstack-guard=128),y)
94 cflags-$(CONFIG_CHECK_STACK) += -mstack-guard=$(CONFIG_STACK_GUARD)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt23 location used to guard against bus reordering with regards to accesses to

1234