Searched refs:real (Results 1 - 25 of 72) sorted by path

123

/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S120 | fmovel #0,FPCR ;clr real fpcr
H A Ddo_func.S84 movel (%a1,%d0.w*4),%a1 |real target address
H A Dfpsp.h58 | label to a routine that will process a real exception of the
341 .set FLINE_VEC,0x002C | real F-line
H A Dx_fline.S10 | must be a real F-line exception.
H A Dx_operr.S285 | to d0 for write out. If not, it is a real operr, and set d0.
295 movel #1,%d0 |signal real operr
298 clrl %d0 |signal no real operr
324 | real inex handler.
H A Dx_snan.S60 | real inex handler.
H A Dx_unfl.S83 | real inex handler.
H A Dskeleton.S60 | All dz exceptions are 'real', hence no fpsp_dz entry point.
82 | All inexact exceptions are real, but the 'real' handler
297 | A 'real' F-line exception is one that the FPSP isn't supposed to
/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_priv.h131 s32 real; member in struct:stb0899_tab
H A Dstv090x_priv.h217 s32 real; member in struct:stv090x_tab
/linux-master/include/linux/
H A Dpps_kernel.h105 ts->ts_real = ktime_to_timespec64(snap.real);
/linux-master/
H A DMakefile1907 # Remove MODORDER when done because it is not the real one.
1982 cmd_gen_compile_commands = $(PYTHON3) $< -a $(AR) -o $@ $(filter-out $<, $(real-prereqs))
/linux-master/arch/arm/boot/compressed/
H A Dhead.S969 eor r1, r1, r9 @ (real ^ match)
/linux-master/arch/arm/kernel/
H A Dentry-common.S99 * "slow" syscall return path. "why" tells us if this was a real syscall.
272 mov why, #0 @ no longer a real syscall
H A Dentry-ftrace.S263 mov lr, r0 @ r0 has real ret addr
/linux-master/arch/arm/tools/
H A DMakefile35 cmd_gen_mach = $(AWK) -f $(real-prereqs) > $@
/linux-master/arch/arm64/kvm/
H A Dhypercalls.c62 val[0] = upper_32_bits(systime_snapshot.real);
63 val[1] = lower_32_bits(systime_snapshot.real);
/linux-master/arch/arm64/tools/
H A DMakefile15 cmd_gen_cpucaps = mkdir -p $(dir $@); $(AWK) -f $(real-prereqs) > $@
18 cmd_gen_sysreg = mkdir -p $(dir $@); $(AWK) -f $(real-prereqs) > $@
/linux-master/arch/mips/boot/
H A DMakefile118 cmd_its_cat = cat $(real-prereqs) >$@
/linux-master/arch/mips/boot/compressed/
H A DMakefile181 cmd_its_cat = cat $(real-prereqs) >$@
/linux-master/arch/powerpc/boot/
H A DMakefile235 cmd_bootar = $(BOOTAR) $(BOOTARFLAGS) $@.$$$$ $(real-prereqs); mv $@.$$$$ $@
/linux-master/arch/s390/mm/
H A Dpgalloc.c285 unsigned long real; local
289 : "=d" (real) : "a" (address) : "cc");
290 return real;
/linux-master/arch/x86/entry/syscalls/
H A DMakefile25 cmd_hypercalls = $(CONFIG_SHELL) '$<' $@ $(filter-out $<, $(real-prereqs))
/linux-master/arch/x86/kernel/kprobes/
H A Dcommon.h89 extern int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn);
H A Dcore.c400 * addressing mode. Note that since @real will be the final place of copied
401 * instruction, displacement must be adjust by @real, not @dest.
404 int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn) argument
452 - (u8 *) real;

Completed in 285 milliseconds

123