| /arch/s390/kernel/ |
| A D | skey.c | 11 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 D | Makefile | 19 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 D | iss4xx-mpic.dts | 36 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 D | currituck.dts | 153 * 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 D | akebono.dts | 281 * 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 D | common.h | 89 extern int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn);
|
| A D | opt.c | 207 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 D | x_operr.S | 285 | 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 D | imx7-colibri-aster.dtsi | 51 /* M41T0M6 real time clock */
|
| A D | imx6ull-colibri-eval-v3.dtsi | 69 /* M41T0M6 real time clock on carrier board */
|
| A D | imx6q-apalis-eval.dtsi | 39 /* M41T0M6 real time clock on carrier board */
|
| A D | imx7-colibri-eval-v3.dtsi | 82 /* M41T0M6 real time clock */
|
| A D | imx7-colibri-iris-v2.dtsi | 80 /* M41T0M6 real time clock */
|
| A D | imx7-colibri-iris.dtsi | 80 /* M41T0M6 real time clock */
|
| A D | imx6ull-colibri-iris.dtsi | 80 /* M41T0M6 real time clock on carrier board */
|
| /arch/s390/mm/ |
| A D | pgalloc.c | 238 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 D | Makefile | 35 cmd_gen_mach = $(AWK) -f $(real-prereqs) > $@
|
| /arch/arm64/boot/dts/freescale/ |
| A D | imx8-apalis-eval.dtsi | 46 /* M41T0M6 real time clock on carrier board */
|
| A D | imx8x-colibri-eval-v3.dtsi | 43 /* M41T0M6 real time clock on carrier board */
|
| A D | imx8x-colibri-iris.dtsi | 47 /* M41T0M6 real time clock on carrier board */
|
| /arch/x86/realmode/rm/ |
| A D | Makefile | 35 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
|
| /arch/arm/boot/dts/nxp/vf/ |
| A D | vf-colibri-eval-v3.dtsi | 106 /* M41T0M6 real time clock on carrier board */
|
| /arch/arm/boot/dts/rockchip/ |
| A D | rk3288-veyron-brain.dts | 87 /* This is not a pwren anymore, but the real power supply */
|
| /arch/arm/boot/dts/ti/keystone/ |
| A D | keystone-k2e-clocks.dtsi | 77 * for which real frequencies have to be defined in board files.
|
| /arch/x86/entry/syscalls/ |
| A D | Makefile | 25 cmd_hypercalls = $(CONFIG_SHELL) '$<' $@ $(filter-out $<, $(real-prereqs))
|