/arch/mips/math-emu/ |
D | sp_maddf.c | 18 int re; in _sp_maddf() local 155 re = xe + ye; in _sp_maddf() 166 re++; in _sp_maddf() 178 return ieee754sp_format(rs, re, rm); in _sp_maddf() 186 if (ze > re) { in _sp_maddf() 190 s = ze - re; in _sp_maddf() 192 re += s; in _sp_maddf() 193 } else if (re > ze) { in _sp_maddf() 197 s = re - ze; in _sp_maddf() 201 assert(ze == re); in _sp_maddf()
|
D | dp_maddf.c | 43 int re; in _dp_maddf() local 184 re = xe + ye; in _dp_maddf() 222 re++; in _dp_maddf() 234 return ieee754dp_format(rs, re, lrm); in _dp_maddf() 243 if (ze > re) { in _dp_maddf() 247 s = ze - re; in _dp_maddf() 249 re += s; in _dp_maddf() 250 } else if (re > ze) { in _dp_maddf() 254 s = re - ze; in _dp_maddf() 258 assert(ze == re); in _dp_maddf()
|
D | sp_div.c | 15 int re; in ieee754sp_div() local 116 re = xe - ye; in ieee754sp_div() 138 re--; in ieee754sp_div() 141 return ieee754sp_format(xs == ys ? 0 : 1, re, rm); in ieee754sp_div()
|
D | dp_div.c | 15 int re; in ieee754dp_div() local 116 re = xe - ye; in ieee754dp_div() 139 re--; in ieee754dp_div() 142 return ieee754dp_format(xs == ys ? 0 : 1, re, rm); in ieee754dp_div()
|
D | dp_mul.c | 14 int re; in ieee754dp_mul() local 108 re = xe + ye; in ieee754dp_mul() 151 re++; in ieee754dp_mul() 158 return ieee754dp_format(rs, re, rm); in ieee754dp_mul()
|
D | sp_mul.c | 14 int re; in ieee754sp_mul() local 108 re = xe + ye; in ieee754sp_mul() 146 re++; in ieee754sp_mul() 153 return ieee754sp_format(rs, re, rm); in ieee754sp_mul()
|
/arch/um/ |
D | Kconfig.debug | 13 If you're involved in UML kernel development and want to use gprof, 14 say Y. If you're unsure, say N. 28 If you're involved in UML kernel development and want to use gcov, 29 say Y. If you're unsure, say N.
|
/arch/ia64/scripts/ |
D | unwcheck.py | 15 import re 24 start_pattern = re.compile("<([^>]*)>: \[0x([0-9a-f]+)-0x([0-9a-f]+)\]") 25 rlen_pattern = re.compile(".*rlen=([0-9]+)")
|
/arch/ia64/ |
D | Kconfig.debug | 29 (CONFIG_ITANIUM_ASTEP_SPECIFIC). If you're unsure, select Y. 37 can select this option to disable the VHPT for debugging. If you're 46 from step B3 or later don't have this problem. If you're unsure, 55 problems, but slow! If you're unsure, select N.
|
D | Kconfig | 201 sx1000 systems. If you're unsure, answer Y. 207 If you're unsure, answer N. 277 bool "Force assumption that CPEI can be re-targeted" 281 Say Y if you need to force the assumption that CPEI can be re-targeted to 283 Tiger4 systems are capable of re-directing CPEI to any CPU other than BSP. 386 If you're unsure, do not select this option. 394 for test-purposes. If you're unsure, say N.
|
/arch/ia64/mm/ |
D | discontig.c | 556 unsigned long rs, re, end = start + len; in call_pernode_memory() local 576 re = min(end, node_memblk[i].start_paddr + in call_pernode_memory() 579 if (rs < re) in call_pernode_memory() 580 (*func)(rs, re - rs, node_memblk[i].nid); in call_pernode_memory() 582 if (re == end) in call_pernode_memory()
|
/arch/sh/include/uapi/asm/ |
D | ptrace_32.h | 73 unsigned long re; member
|
/arch/s390/net/ |
D | bpf_jit_comp.c | 400 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs() argument 404 if (rs == re) in save_regs() 409 _EMIT6_DISP(0xeb00f000 | rs << 20 | re << 16, 0x0024, off); in save_regs() 415 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs() argument 422 if (rs == re) in restore_regs() 427 _EMIT6_DISP(0xeb00f000 | rs << 20 | re << 16, 0x0004, off); in restore_regs() 467 int re = 6, rs; in save_restore_regs() local 474 jit->prg += (last - re + 1) * save_restore_size; in save_restore_regs() 479 rs = get_start(jit, re); in save_restore_regs() 482 re = get_end(jit, rs + 1); in save_restore_regs() [all …]
|
/arch/powerpc/include/asm/ |
D | vas.h | 163 int vas_paste_crb(struct vas_window *win, int offset, bool re);
|
/arch/sparc/kernel/ |
D | entry.S | 444 wr %l0, PSR_ET, %psr ! re-enable traps 497 wr %l0, PSR_ET, %psr ! re-enable traps 512 wr %l0, PSR_ET, %psr ! re-enable traps 551 wr %l0, PSR_ET, %psr ! re-enable traps 568 wr %l0, PSR_ET, %psr ! re-enable traps 585 wr %l0, PSR_ET, %psr ! re-enable traps 602 wr %l0, PSR_ET, %psr ! re-enable traps 619 wr %l0, PSR_ET, %psr ! re-enable traps 636 wr %l0, PSR_ET, %psr ! re-enable traps 653 wr %l0, PSR_ET, %psr ! re-enable traps [all …]
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 380 If you're unsure, say Y. 392 If you're unsure, say Y. 404 If you're unsure, say Y. 411 If you're unsure, say N. 504 want to do that if we're building a 32-bit kernel. If we're building 505 a 64-bit kernel then we only want a 32-bit VDSO if we're also enabling
|
D | Kconfig | 70 If you're not sure say Y. 221 a timer is used to re-check the temperature periodically. 245 Say Y here if you're going to use hardware that connects to the
|
/arch/m68k/math-emu/ |
D | fp_util.S | 139 add.w #0x3fff-0x7f,%d1 | re-bias the exponent. 177 add.w #0x3fff-0x3ff,%d1 | re-bias the exponent.
|
/arch/arm/boot/dts/ |
D | berlin2cd-google-chromecast.dts | 26 * We're using "linux,usable-memory" instead of "reg" here
|
D | rk3288-veyron-analog-audio.dtsi | 81 * HACK: We're going to _pull down_ this _active low_ interrupt
|
/arch/alpha/ |
D | Kconfig.debug | 18 If you're using aboot 0.7 or later, the bootloader will examine the
|
/arch/arm/mm/ |
D | pv-fixup-asm.S | 80 mcr p15, 0, r8, c1, c0, 0 @ re-enable MMU
|
/arch/mips/include/uapi/asm/ |
D | inst.h | 662 __BITFIELD_FIELD(unsigned int re : 5, 682 __BITFIELD_FIELD(unsigned int re : 5, 702 __BITFIELD_FIELD(unsigned int re : 5, 713 __BITFIELD_FIELD(unsigned int re : 5,
|
/arch/sh/kernel/ |
D | entry-common.S | 262 * Note: When we're first called, the TRA value must be shifted
|
/arch/arc/kernel/ |
D | head.S | 51 ; Unaligned access is disabled at reset, so re-enable early as
|