Searched refs:added (Results 1 – 25 of 56) sorted by relevance
123
/arch/x86/kernel/ |
D | ftrace_64.S | 56 .macro save_mcount_regs added=0 argument 71 pushq \added+8*2(%rsp) 75 pushq \added+8*3(%rsp) 103 movq MCOUNT_REG_SIZE+8+\added(%rsp), %rsi 106 movq MCOUNT_REG_SIZE+\added(%rsp), %rdi
|
/arch/arm64/crypto/ |
D | aes-ce-ccm-glue.c | 115 int added = min(abytes, AES_BLOCK_SIZE - *macp); in ccm_update_mac() local 117 crypto_xor(&mac[*macp], in, added); in ccm_update_mac() 119 *macp += added; in ccm_update_mac() 120 in += added; in ccm_update_mac() 121 abytes -= added; in ccm_update_mac()
|
/arch/x86/boot/ |
D | code16gcc.h | 5 # This file is added to the assembler via -Wa when compiling 16-bit C code.
|
/arch/arm/mach-zx/ |
D | Kconfig | 8 added soon.
|
/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 449 int lenp, i, added; in init_affinity_node() local 454 for (added = 1; added < cbe_spu_info[cbe].n_spus; added++) { in init_affinity_node()
|
/arch/arm/boot/dts/ |
D | s3c6400.dtsi | 13 * nodes can be added to this file.
|
D | s3c6410.dtsi | 13 * nodes can be added to this file.
|
D | socfpga_arria5_socdk.dts | 25 * to be added to the gmac1 device tree blob.
|
D | socfpga_cyclone5_socdk.dts | 25 * to be added to the gmac1 device tree blob.
|
D | socfpga_cyclone5_sockit.dts | 25 * to be added to the gmac1 device tree blob.
|
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 10 * TODO: add Orion USB device port init when kernel.org support is added.
|
D | socfpga_cyclone5_vining_fpga.dts | 28 * to be added to the gmac1 device tree blob.
|
D | s3c64xx.dtsi | 13 * nodes can be added to this file.
|
D | ls1021a-tsn.dts | 118 /* RGMII delays added via PCB traces */
|
D | imx7d.dtsi | 83 * System will hang if added nosmp in kernel command line
|
D | exynos4210.dtsi | 16 * nodes can be added to this file.
|
/arch/x86/events/intel/ |
D | p6.c | 148 static void p6_pmu_enable_all(int added) in p6_pmu_enable_all() argument
|
D | knc.c | 167 static void knc_pmu_enable_all(int added) in knc_pmu_enable_all() argument
|
D | core.c | 1969 static void __intel_pmu_enable_all(int added, bool pmi) in __intel_pmu_enable_all() argument 1989 static void intel_pmu_enable_all(int added) in intel_pmu_enable_all() argument 1991 __intel_pmu_enable_all(added, false); in intel_pmu_enable_all() 2068 static void intel_pmu_nhm_enable_all(int added) in intel_pmu_nhm_enable_all() argument 2070 if (added) in intel_pmu_nhm_enable_all() 2072 intel_pmu_enable_all(added); in intel_pmu_nhm_enable_all() 2094 static void intel_tfa_pmu_enable_all(int added) in intel_tfa_pmu_enable_all() argument 2105 intel_pmu_enable_all(added); in intel_tfa_pmu_enable_all() 3407 static void core_pmu_enable_all(int added) in core_pmu_enable_all() argument
|
/arch/x86/events/ |
D | perf_event.h | 574 void (*enable_all)(int added); 845 void x86_pmu_enable_all(int added);
|
/arch/arm64/boot/dts/marvell/ |
D | armada-7040-db.dts | 149 * added here.
|
/arch/m68k/fpsp040/ |
D | x_store.S | 239 orl #0x10,%d1 |reg_dest wants size added to reg#
|
D | x_unfl.S | 18 | added to the exponent.
|
/arch/arm/nwfpe/ |
D | ChangeLog | 89 * fpa11.c - added code to initialize register types to typeNone
|
/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinebook.dts | 83 * once GPIO support is added for this PMIC.
|
123