Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 102) sorted by relevance

12345

/arch/s390/kernel/
A Dskey.c11 unsigned long real; in load_real_address() local
15 : [real] "=d" (real) in load_real_address()
18 return real; in load_real_address()
28 unsigned long address, real; in __skey_regions_initialize() local
36 real = load_real_address(address); in __skey_regions_initialize()
37 page_set_storage_key(real, PAGE_DEFAULT_KEY, 1); in __skey_regions_initialize()
/arch/arm64/tools/
A DMakefile19 cmd_gen_cpucaps = mkdir -p $(dir $@); $(AWK) -f $(real-prereqs) > $@
22 cmd_gen_sysreg = mkdir -p $(dir $@); $(AWK) -f $(real-prereqs) > $@
/arch/powerpc/boot/dts/
A Diss4xx-mpic.dts36 model = "PowerPC,4xx"; // real CPU changed in sim
50 model = "PowerPC,4xx"; // real CPU changed in sim
66 model = "PowerPC,4xx"; // real CPU changed in sim
82 model = "PowerPC,4xx"; // real CPU changed in sim
A Dcurrituck.dts153 * The real slot is on idsel 0, so the swizzling is 1:1
190 * The real slot is on idsel 0, so the swizzling is 1:1
227 * The real slot is on idsel 0, so the swizzling is 1:1
A Dakebono.dts281 * The real slot is on idsel 0, so the swizzling is 1:1
321 * The real slot is on idsel 0, so the swizzling is 1:1
361 * The real slot is on idsel 0, so the swizzling is 1:1
401 * The real slot is on idsel 0, so the swizzling is 1:1
/arch/x86/kernel/kprobes/
A Dcommon.h89 extern int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn);
A Dopt.c207 static int copy_optimized_instructions(u8 *dest, u8 *src, u8 *real) in copy_optimized_instructions() argument
213 ret = __copy_instruction(dest + len, src + len, real + len, &insn); in copy_optimized_instructions()
/arch/m68k/fpsp040/
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.
/arch/arm/boot/dts/nxp/imx/
A Dimx7-colibri-aster.dtsi51 /* M41T0M6 real time clock */
A Dimx6ull-colibri-eval-v3.dtsi69 /* M41T0M6 real time clock on carrier board */
A Dimx6q-apalis-eval.dtsi39 /* M41T0M6 real time clock on carrier board */
A Dimx7-colibri-eval-v3.dtsi82 /* M41T0M6 real time clock */
A Dimx7-colibri-iris-v2.dtsi80 /* M41T0M6 real time clock */
A Dimx7-colibri-iris.dtsi80 /* M41T0M6 real time clock */
A Dimx6ull-colibri-iris.dtsi80 /* M41T0M6 real time clock on carrier board */
/arch/s390/mm/
A Dpgalloc.c238 unsigned long real; in BASE_ADDR_END_FUNC() local
242 : "=d" (real) : "a" (address) : "cc"); in BASE_ADDR_END_FUNC()
243 return real; in BASE_ADDR_END_FUNC()
/arch/arm/tools/
A DMakefile35 cmd_gen_mach = $(AWK) -f $(real-prereqs) > $@
/arch/arm64/boot/dts/freescale/
A Dimx8-apalis-eval.dtsi46 /* M41T0M6 real time clock on carrier board */
A Dimx8x-colibri-eval-v3.dtsi43 /* M41T0M6 real time clock on carrier board */
A Dimx8x-colibri-iris.dtsi47 /* M41T0M6 real time clock on carrier board */
/arch/x86/realmode/rm/
A DMakefile35 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/arch/arm/boot/dts/nxp/vf/
A Dvf-colibri-eval-v3.dtsi106 /* M41T0M6 real time clock on carrier board */
/arch/arm/boot/dts/rockchip/
A Drk3288-veyron-brain.dts87 /* This is not a pwren anymore, but the real power supply */
/arch/arm/boot/dts/ti/keystone/
A Dkeystone-k2e-clocks.dtsi77 * for which real frequencies have to be defined in board files.
/arch/x86/entry/syscalls/
A DMakefile25 cmd_hypercalls = $(CONFIG_SHELL) '$<' $@ $(filter-out $<, $(real-prereqs))

Completed in 32 milliseconds

12345