| /Linux-v5.4/scripts/atomic/ |
| D | gen-atomic-instrumented.sh | 76 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/ |
| D | cnv_float.h | 88 #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 …]
|
| D | sgl_float.h | 289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument 292 guard = (Sall(opnd) >> -exponent) & 1; \ 294 inexact = guard | sticky; \ 298 guard = 0; \
|
| D | dbl_float.h | 489 #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/ |
| D | memory.rst | 39 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/ |
| D | atmel,lcdc.txt | 56 - atmel,guard-time: lcd guard time (Delay in frame periods) 71 atmel,guard-time = <9>;
|
| /Linux-v5.4/arch/arm64/ |
| D | Makefile | 68 $(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/ |
| D | mxl111sf-demod.c | 143 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/ |
| D | intel_powerclamp.c | 82 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/ |
| 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() [all …]
|
| D | cxd2880_tnrdmd_dvbt_mon.c | 85 *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()
|
| D | cxd2880_dvbt.h | 64 enum cxd2880_dvbt_guard guard; member
|
| D | cxd2880_tnrdmd_dvbt_mon.h | 30 *guard);
|
| /Linux-v5.4/arch/powerpc/ |
| D | Makefile | 115 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/ |
| D | bsg.h | 23 __s32 guard; /* [i] 'Q' to differentiate from v3 */ member
|
| /Linux-v5.4/Documentation/networking/ |
| D | mac80211-injection.txt | 40 IEEE80211_RADIOTAP_MCS_SGI: use short guard interval 54 IEEE80211_RADIOTAP_VHT_FLAG_SGI: use short guard interval
|
| /Linux-v5.4/arch/s390/ |
| D | Makefile | 80 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/ |
| D | dma_fifo.h | 46 int guard; /* ofs of guard area */ member
|
| D | dma_fifo.c | 81 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/ |
| D | round.S | 124 | 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/ |
| D | mb86a20s.c | 549 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()
|
| D | dib9000.c | 1183 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/ |
| D | gpio-control-nand.txt | 23 location used to guard against bus reordering with regards to accesses to
|
| /Linux-v5.4/Documentation/driver-api/serial/ |
| D | serial-iso7816.rst | 66 /* Set the guard time: */
|
| /Linux-v5.4/Documentation/x86/x86_64/ |
| D | mm.rst | 43 …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…
|