Searched refs:guard (Results 1 - 25 of 150) sorted by path

123456

/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h159 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
160 .set guard_bit,1 | guard bit is bit number 1
H A 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
H A Dx_unfl.S183 | ;d0 has guard,round sticky bit
203 | d0{31:29} has guard, round, sticky
/linux-master/arch/parisc/math-emu/
H A Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
90 guard = Dbit3p2(srcB); \
92 inexact = guard | sticky; \
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
101 guard = inexact >> 31; \
124 if (guard && (sticky || odd)) { \
134 guard = odd; \
136 inexact |= guard; \
144 guard = inexact >> 31; \
157 guard
[all...]
H A Ddbl_float.h489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \
493 guard = (Dallp2(opndp2) >> -exponent) & 1; \
505 guard = (Dallp1(opndp1) >> -32-exponent) & 1; \
511 inexact = guard | sticky; \
514 guard = 0; \
H A Dsgl_float.h289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \
292 guard = (Sall(opnd) >> -exponent) & 1; \
294 inexact = guard | sticky; \
298 guard = 0; \
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt.h64 enum cxd2880_dvbt_guard guard; member in struct:cxd2880_dvbt_tpsinfo
H A Dcxd2880_tnrdmd_dvbt_mon.h30 *guard);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h614 /*< Autodetect guard interval. */
1004 enum drx_guard guard; /*< guard interval */ member in struct:drx_channel
1114 enum drx_guard guard; /*< Guard interval */ member in struct:drxtps_info
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c143 enum fe_guard_interval *guard)
153 *guard = GUARD_INTERVAL_1_32;
156 *guard = GUARD_INTERVAL_1_16;
159 *guard = GUARD_INTERVAL_1_8;
162 *guard = GUARD_INTERVAL_1_4;
142 mxl1x1sf_demod_get_tps_guard_interval(struct mxl111sf_demod_state *state, enum fe_guard_interval *guard) argument
/linux-master/include/uapi/linux/
H A Dbsg.h23 __s32 guard; /* [i] 'Q' to differentiate from v3 */ member in struct:sg_io_v4
/linux-master/arch/arm/
H A DMakefile258 -mstack-protector-guard=tls \
259 -mstack-protector-guard-offset=$(shell \
/linux-master/arch/arm64/
H A DMakefile61 $(eval KBUILD_CFLAGS += -mstack-protector-guard=sysreg \
62 -mstack-protector-guard-reg=sp_el0 \
63 -mstack-protector-guard-offset=$(shell \
/linux-master/arch/powerpc/
H A DMakefile103 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard=tls
105 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r13
107 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r2
411 $(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "PACA_CANARY") print $$3;}' include/generated/asm-offsets.h))
413 $(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "TASK_CANARY") print $$3;}' include/generated/asm-offsets.h))
/linux-master/arch/riscv/
H A DMakefile121 $(eval KBUILD_CFLAGS += -mstack-protector-guard=tls \
122 -mstack-protector-guard-reg=tp \
123 -mstack-protector-guard-offset=$(shell \
/linux-master/arch/s390/
H A DMakefile80 ifneq ($(call cc-option,-mstack-size=8192 -mstack-guard=128),)
83 CC_FLAGS_CHECK_STACK += -mstack-guard=$(CONFIG_STACK_GUARD)
/linux-master/arch/sparc/mm/
H A Dinit_64.c1716 bool guard)
1718 if (guard && !(vstart & ~PUD_MASK) && (vend - vstart) >= PUD_SIZE)
1764 bool guard)
1766 if (guard && !(vstart & ~PMD_MASK) && (vend - vstart) >= PMD_SIZE)
1715 kernel_can_map_hugepud(unsigned long vstart, unsigned long vend, bool guard) argument
1763 kernel_can_map_hugepmd(unsigned long vstart, unsigned long vend, bool guard) argument
/linux-master/arch/x86/
H A DMakefile121 KBUILD_CFLAGS += -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard
123 KBUILD_CFLAGS += -mstack-protector-guard=global
/linux-master/arch/x86/kvm/
H A Dx86.c9700 guard(mutex)(&vendor_module_lock);
/linux-master/block/
H A Dbsg.c65 if (hdr.guard != 'Q')
/linux-master/drivers/acpi/
H A Dec.c724 unsigned long guard = usecs_to_jiffies(ec->polling_guard); local
725 unsigned long timeout = ec->timestamp + guard;
733 udelay(jiffies_to_usecs(guard));
750 guard))
/linux-master/drivers/acpi/numa/
H A Dhmat.c142 guard(mutex)(&target_lock);
342 guard(mutex)(&target_lock);
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c4802 * @guard: Guard of qp_num.
4804 * Register algorithm to crypto when the function is satisfy guard.
4806 int hisi_qm_alg_register(struct hisi_qm *qm, struct hisi_qm_list *qm_list, int guard) argument
4815 if (qm->qp_num < guard) {
4828 * @guard: Guard of qp_num.
4830 * Unregister algorithm from crypto when the last function is satisfy guard.
4832 void hisi_qm_alg_unregister(struct hisi_qm *qm, struct hisi_qm_list *qm_list, int guard) argument
4837 if (qm->qp_num < guard)
/linux-master/drivers/cxl/core/
H A Dcdat.c336 guard(rwsem_read)(&cxl_region_rwsem);
H A Dhdm.c842 guard(rwsem_write)(&cxl_region_rwsem);

Completed in 374 milliseconds

123456