Home
last modified time | relevance | path

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

123

/Linux-v5.4/scripts/atomic/
Dgen-atomic-instrumented.sh76 local guard="$(gen_guard "${meta}" "${atomic}" "${pfx}" "${name}" "${sfx}" "${order}")"
84 [ ! -z "${guard}" ] && printf "#if ${guard}\n"
96 [ ! -z "${guard}" ] && printf "#endif\n"
120 local guard="defined(arch_${name}${sfx})"
122 [ -z "${sfx}" ] && guard="!defined(arch_${name}_relaxed) || defined(arch_${name})"
124 printf "#if ${guard}\n"
/Linux-v5.4/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; \
/Linux-v5.4/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]
/Linux-v5.4/Documentation/devicetree/bindings/display/
Datmel,lcdc.txt56 - atmel,guard-time: lcd guard time (Delay in frame periods)
71 atmel,guard-time = <9>;
/Linux-v5.4/arch/arm64/
DMakefile68 $(eval KBUILD_CFLAGS += -mstack-protector-guard=sysreg \
69 -mstack-protector-guard-reg=sp_el0 \
70 -mstack-protector-guard-offset=$(shell \
/Linux-v5.4/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()
/Linux-v5.4/drivers/thermal/intel/
Dintel_powerclamp.c82 unsigned int guard; member
329 unsigned int guard, unsigned int win) in powerclamp_adjust_controls() argument
362 return set_target_ratio + guard <= current_ratio; in powerclamp_adjust_controls()
382 w_data->guard = 1 + w_data->target_ratio / 20; in clamp_balancing_func()
425 w_data->guard, in clamp_idle_injection_func()
/Linux-v5.4/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);
/Linux-v5.4/arch/powerpc/
DMakefile115 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard=tls
117 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r13
119 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r2
426 …$(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "PACA_CANARY") pri…
428 …$(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "TASK_CANARY") pri…
/Linux-v5.4/include/uapi/linux/
Dbsg.h23 __s32 guard; /* [i] 'Q' to differentiate from v3 */ member
/Linux-v5.4/Documentation/networking/
Dmac80211-injection.txt40 IEEE80211_RADIOTAP_MCS_SGI: use short guard interval
54 IEEE80211_RADIOTAP_VHT_FLAG_SGI: use short guard interval
/Linux-v5.4/arch/s390/
DMakefile80 ifeq ($(call cc-option-yn,-mstack-size=8192 -mstack-guard=128),y)
83 cflags-$(CONFIG_CHECK_STACK) += -mstack-guard=$(CONFIG_STACK_GUARD)
/Linux-v5.4/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()
/Linux-v5.4/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
/Linux-v5.4/drivers/media/dvb-frontends/
Dmb86a20s.c549 int mod, fec, guard; in mb86a20s_layer_bitrate() local
593 guard = 0; in mb86a20s_layer_bitrate()
596 guard = 1; in mb86a20s_layer_bitrate()
599 guard = 2; in mb86a20s_layer_bitrate()
602 guard = 3; in mb86a20s_layer_bitrate()
607 rate = isdbt_rate[mod][fec][guard] * segment * BER_SAMPLING_RATE; in mb86a20s_layer_bitrate()
618 segment * isdbt_rate[mod][fec][guard]/1000, in mb86a20s_layer_bitrate()
Ddib9000.c1183 s8 guard; in dib9000_fw_get_channel() member
1238 switch (ch->guard) { in dib9000_fw_get_channel()
1338 s8 guard; in dib9000_fw_set_channel_union() member
1380 ch.guard = 0; in dib9000_fw_set_channel_union()
1383 ch.guard = 1; in dib9000_fw_set_channel_union()
1386 ch.guard = 2; in dib9000_fw_set_channel_union()
1389 ch.guard = 3; in dib9000_fw_set_channel_union()
1393 ch.guard = -1; in dib9000_fw_set_channel_union()
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt23 location used to guard against bus reordering with regards to accesses to
/Linux-v5.4/Documentation/driver-api/serial/
Dserial-iso7816.rst66 /* Set the guard time: */
/Linux-v5.4/Documentation/x86/x86_64/
Dmm.rst43 …ffff800000000000 | -128 TB | ffff87ffffffffff | 8 TB | ... guard hole, also reserved for hyp…
102 …ff00000000000000 | -64 PB | ff0fffffffffffff | 4 PB | ... guard hole, also reserved for hyp…

123