/linux-4.4.14/tools/power/cpupower/debug/x86_64/ |
H A D | Makefile | 17 $(OUTPUT)powernow-k8-decode: ../i386/powernow-k8-decode.c 20 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode 23 rm -rf $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode 28 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
H A D | Makefile | 23 $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c 24 $(CC) $(CFLAGS) -o $@ powernow-k8-decode.c 26 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode 32 rm -rf $(OUTPUT)powernow-k8-decode 37 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
H A D | powernow-k8-decode.c | 7 * linux/arch/i386/kernel/cpu/cpufreq/powernow-k8.c 84 printf("Possible trouble: you don't run a powernow-k8 capable cpu\n"); main()
|
/linux-4.4.14/drivers/staging/skein/ |
H A D | threefish_block.c | 1150 k8 = key_ctx->key[8]; threefish_encrypt_512() local 1218 b7 += k8 + 1; threefish_encrypt_512() 1271 b6 += b7 + k8 + t0; threefish_encrypt_512() 1318 b5 += k8 + t0; threefish_encrypt_512() 1371 b4 += b5 + k8; threefish_encrypt_512() 1418 b3 += k8; threefish_encrypt_512() 1471 b2 += b3 + k8; threefish_encrypt_512() 1518 b1 += k8; threefish_encrypt_512() 1571 b0 += b1 + k8; threefish_encrypt_512() 1686 b7 += k8 + 10; threefish_encrypt_512() 1739 b6 += b7 + k8 + t0; threefish_encrypt_512() 1786 b5 += k8 + t0; threefish_encrypt_512() 1839 b4 += b5 + k8; threefish_encrypt_512() 1886 b3 += k8; threefish_encrypt_512() 1939 b2 += b3 + k8; threefish_encrypt_512() 1986 b1 += k8; threefish_encrypt_512() 2039 b0 += b1 + k8; threefish_encrypt_512() 2111 k8 = key_ctx->key[8]; threefish_decrypt_512() local 2191 b0 -= b1 + k8; threefish_decrypt_512() 2260 b1 -= k8; threefish_decrypt_512() 2322 b2 -= b3 + k8; threefish_decrypt_512() 2391 b3 -= k8; threefish_decrypt_512() 2453 b4 -= b5 + k8; threefish_decrypt_512() 2522 b5 -= k8 + t0; threefish_decrypt_512() 2584 b6 -= b7 + k8 + t0; threefish_decrypt_512() 2653 b7 -= k8 + 10; threefish_decrypt_512() 2803 b0 -= b1 + k8; threefish_decrypt_512() 2872 b1 -= k8; threefish_decrypt_512() 2934 b2 -= b3 + k8; threefish_decrypt_512() 3003 b3 -= k8; threefish_decrypt_512() 3065 b4 -= b5 + k8; threefish_decrypt_512() 3134 b5 -= k8 + t0; threefish_decrypt_512() 3196 b6 -= b7 + k8 + t0; threefish_decrypt_512() 3265 b7 -= k8 + 1; threefish_decrypt_512() 3376 k8 = key_ctx->key[8], k9 = key_ctx->key[9], threefish_encrypt_1024() local 3401 b8 += b9 + k8; threefish_encrypt_1024() 3500 b7 += k8; threefish_encrypt_1024() 3605 b6 += b7 + k8; threefish_encrypt_1024() 3704 b5 += k8; threefish_encrypt_1024() 3809 b4 += b5 + k8; threefish_encrypt_1024() 3908 b3 += k8; threefish_encrypt_1024() 4013 b2 += b3 + k8; threefish_encrypt_1024() 4112 b1 += k8; threefish_encrypt_1024() 4217 b0 += b1 + k8; threefish_encrypt_1024() 4452 b15 += k8 + 10; threefish_encrypt_1024() 4557 b14 += b15 + k8 + t0; threefish_encrypt_1024() 4656 b13 += k8 + t0; threefish_encrypt_1024() 4761 b12 += b13 + k8; threefish_encrypt_1024() 4860 b11 += k8; threefish_encrypt_1024() 4965 b10 += b11 + k8; threefish_encrypt_1024() 5064 b9 += k8; threefish_encrypt_1024() 5169 b8 += b9 + k8; threefish_encrypt_1024() 5268 b7 += k8; threefish_encrypt_1024() 5373 b6 += b7 + k8; threefish_encrypt_1024() 5469 output[5] = b5 + k8; threefish_encrypt_1024() 5497 k8 = key_ctx->key[8], k9 = key_ctx->key[9], threefish_decrypt_1024() local 5511 b5 -= k8; threefish_decrypt_1024() 5640 b6 -= b7 + k8; threefish_decrypt_1024() 5777 b7 -= k8; threefish_decrypt_1024() 5907 b8 -= b9 + k8; threefish_decrypt_1024() 6044 b9 -= k8; threefish_decrypt_1024() 6174 b10 -= b11 + k8; threefish_decrypt_1024() 6311 b11 -= k8; threefish_decrypt_1024() 6441 b12 -= b13 + k8; threefish_decrypt_1024() 6578 b13 -= k8 + t0; threefish_decrypt_1024() 6708 b14 -= b15 + k8 + t0; threefish_decrypt_1024() 6845 b15 -= k8 + 10; threefish_decrypt_1024() 7151 b0 -= b1 + k8; threefish_decrypt_1024() 7288 b1 -= k8; threefish_decrypt_1024() 7418 b2 -= b3 + k8; threefish_decrypt_1024() 7555 b3 -= k8; threefish_decrypt_1024() 7685 b4 -= b5 + k8; threefish_decrypt_1024() 7822 b5 -= k8; threefish_decrypt_1024() 7952 b6 -= b7 + k8; threefish_decrypt_1024() 8089 b7 -= k8; threefish_decrypt_1024() 8219 b8 -= b9 + k8; threefish_decrypt_1024()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
H A D | 8250_pnp.c | 121 /* Intertex 28k8 33k6 Voice EXT PnP */ 125 /* Intertex 28k8 33k6 Voice SP EXT PnP */ 129 /* Intertex 28k8 33k6 Voice SP INT PnP */ 131 /* Intertex 28k8 33k6 Voice SP EXT PnP */
|
/linux-4.4.14/drivers/acpi/ |
H A D | acpi_pnp.c | 185 {"IXDC801"}, /* Intertex 28k8 33k6 Voice EXT PnP */ 187 {"IXDD801"}, /* Intertex 28k8 33k6 Voice SP EXT PnP */ 189 {"IXDF401"}, /* Intertex 28k8 33k6 Voice SP INT PnP */ 190 {"IXDF801"}, /* Intertex 28k8 33k6 Voice SP EXT PnP */
|
H A D | processor_driver.c | 302 * This is needed for the powernow-k8 driver, that works even without
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | Kconfig.x86 | 53 The powernow-k8 driver used to provide a sysfs knob called "cpb" 132 module will be called powernow-k8.
|
H A D | powernow-k8.c | 51 #include "powernow-k8.h" 900 /* fid/vid correctness check for k8 */ transition_frequency_fidvid() 1168 .name = "powernow-k8",
|
/linux-4.4.14/crypto/ |
H A D | serpent_generic.c | 236 u8 *k8 = (u8 *)k; __serpent_setkey() local 243 k8[i] = key[i]; __serpent_setkey() 245 k8[i++] = 1; __serpent_setkey() 247 k8[i++] = 0; __serpent_setkey()
|
H A D | camellia_generic.c | 588 /* k8 */ camellia_setup128() 797 /* k8 */ camellia_setup256()
|
/linux-4.4.14/drivers/edac/ |
H A D | mce_amd.c | 413 bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58))); decode_mc1_mce() local 415 pr_cont("during %s.\n", (k8 ? "system linefill" : "NB data read")); decode_mc1_mce()
|
H A D | amd64_edac.c | 584 * section 3.4.4 (p. 70). Although sys_addr is a 64-bit value, the k8 sys_addr_to_dram_addr() 1098 * The k8 documentation is unclear about how to determine the k8_map_sysaddr_to_csrow() 2358 * k8 private pointer to -->
|
/linux-4.4.14/arch/x86/ |
H A D | Makefile | 107 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
|
/linux-4.4.14/drivers/xen/ |
H A D | xen-acpi-processor.c | 443 /* Copied from powernow-k8.h, can't include ../cpufreq/powernow check_prereq()
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | camellia_glue.c | 1028 /* k8 */ camellia_setup128() 1221 /* k8 */ camellia_setup256()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | mux34xx.c | 1494 _OMAP3_BALLENTRY(GPMC_WAIT2, "k8", NULL), 1922 _OMAP3_BALLENTRY(GPMC_WAIT2, "k8", NULL),
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon.h | 1170 * @k8_bandwidth: k8 bandwidth the gpu has (MByte/s) (IGP)
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 38 #define DRV_VERSION "7.3.21-k8-NAPI"
|