Home
last modified time | relevance | path

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

/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; \
/arch/arm64/
DMakefile62 $(eval KBUILD_CFLAGS += -mstack-protector-guard=sysreg \
63 -mstack-protector-guard-reg=sp_el0 \
64 -mstack-protector-guard-offset=$(shell \
DKconfig1958 …def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-pro…
/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…
DKconfig194 …E_STACKPROTECTOR if PPC64 && $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=…
195 …E_STACKPROTECTOR if PPC32 && $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=…
/arch/s390/
DMakefile92 ifeq ($(call cc-option-yn,-mstack-size=8192 -mstack-guard=128),y)
95 cflags-$(CONFIG_CHECK_STACK) += -mstack-guard=$(CONFIG_STACK_GUARD)
DKconfig569 Compile the kernel with the expoline compiler options to guard
666 This option enables the compiler option -mstack-guard and
674 int "Size of the guard area (128-1024)"
679 This allows you to specify the size of the guard area at the lower
680 end of the kernel stack. If the kernel stack points into the guard
684 The minimum size for the stack guard should be 256 for 31 bit and
/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
Dfpsp.h159 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
160 .set guard_bit,1 | guard bit is bit number 1
Dx_unfl.S203 | d0{31:29} has guard, round, sticky
/arch/arm/boot/dts/
Dat91sam9rlek.dts44 atmel,guard-time = <1>;
Dat91sam9261ek.dts48 atmel,guard-time = <1>;
Dat91sam9263ek.dts119 atmel,guard-time = <1>;
Dat91sam9m10g45ek.dts245 atmel,guard-time = <9>;
/arch/sparc/mm/
Dinit_64.c1701 bool guard) in kernel_can_map_hugepud() argument
1703 if (guard && !(vstart & ~PUD_MASK) && (vend - vstart) >= PUD_SIZE) in kernel_can_map_hugepud()
1749 bool guard) in kernel_can_map_hugepmd() argument
1751 if (guard && !(vstart & ~PMD_MASK) && (vend - vstart) >= PMD_SIZE) in kernel_can_map_hugepmd()
/arch/
DKconfig1048 - If the stack overflows into a guard page, something reasonable
1059 with guard pages. This causes kernel stack overflows to be
/arch/x86/
DKconfig.cpu94 Pentium Pro extended instructions, and disables the init-time guard
DKconfig2448 Compile kernel with the retpoline compiler options to guard against
2458 Compile the kernel with the return-thunks compiler option to guard
2498 Compile the kernel with straight-line-speculation options to guard
/arch/arm64/boot/dts/qcom/
Dsdm630.dtsi335 wlan_msa_guard: wlan-msa-guard@85600000 {