Home
last modified time | relevance | path

Searched refs:k (Results 1 – 25 of 1322) sorted by relevance

12345678910>>...53

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing.out23 read -P0x5d 0 64k
24 read -P0xd5 1M 64k
25 read -P0xdc 32M 64k
26 read -P0xcd 0x3ff0000 64k
27 read -P0 0x00f8000 32k
28 read -P0 0x2010000 32k
29 read -P0 0x3fe0000 64k
33 write -P0xab 0 64k
35 write -P0xad 0x00f8000 64k
37 write -P0x1d 0x2008000 64k
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D03883 echo aio_write -P 0x80 2020k 80k
87 echo aio_write -P $((0x81 + i)) $((i * 128))k 64k
92 echo aio_write -P $((0x81 + i)) $((i * 128 + 32))k 64k
96 echo aio_write -P 0x90 4080k 80k
108 echo read -P 31 2016k 4k
109 echo read -P 0x80 2020k 80k
110 echo read -P 32 2100k 12k
111 echo read -P 33 2112k 64k
113 echo read -P 63 4064k 16k
114 echo read -P 0x90 4080k 80k
[all …]
H A D04751 write -P 0x66 0 320k
52 write 320k 128k
53 write -P 0x55 1M 128k
54 write -P 0x88 448k 128k
55 discard 320k 128k
58 write -P 0x77 0 480k
61 read -P 0x77 0 480k
62 read -P 0x88 480k 96k
63 read -P 0x55 1M 128k
H A D271.out8 write -q -P PATTERN 0 1k
10 write -q -P PATTERN 3k 512
12 write -q -P PATTERN 5k 1k
14 write -q -P PATTERN 6k 2k
16 write -q -P PATTERN 8k 6k
18 write -q -P PATTERN 15k 4k
20 write -q -P PATTERN 32k 1k
22 write -q -P PATTERN 63k 4k
25 write -q -z 2k 2k
27 write -q -z 0 64k
[all …]
H A D271157 _run_test sc=0 len=1k
165 _run_test sc=2 off=1 len=1k
169 _run_test sc=3 len=2k
173 _run_test sc=4 len=6k
177 _run_test sc=7 off=1 len=4k
181 _run_test sc=16 len=1k
185 _run_test sc=31 off=1 len=4k
191 _run_test sc=1 len=2k cmd=zero
195 _run_test sc=0 len=64k cmd=zero
199 _run_test sc=0 len=64k
[all …]
H A D08261 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on "$TEST_IMG" $size
65 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k "$TEST_IM…
67 run_qemu_img create -f $IMGFMT -o cluster_size=4k,cluster_size=8k "$TEST_IMG" $size
78 run_qemu_img create -f $IMGFMT -o cluster_size=4k,help "$TEST_IMG" $size
79 run_qemu_img create -f $IMGFMT -o cluster_size=4k,\? "$TEST_IMG" $size
80 run_qemu_img create -f $IMGFMT -o help,cluster_size=4k "$TEST_IMG" $size
81 run_qemu_img create -f $IMGFMT -o \?,cluster_size=4k "$TEST_IMG" $size
84 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o help "$TEST_IMG" $size
85 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o \? "$TEST_IMG" $size
120 run_qemu_img convert -O $IMGFMT -o cluster_size=4k -o lazy_refcounts=on "$TEST_IMG" "$TEST_IMG".base
[all …]
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dmpc8308.c34 unsigned k; in board_early_init_f() local
36 for (k = 0; k < CONFIG_SYS_FPGA_COUNT; ++k) in board_early_init_f()
37 gd->arch.fpga_state[k] = 0; in board_early_init_f()
44 unsigned k; in board_early_init_r() local
47 for (k = 0; k < CONFIG_SYS_FPGA_COUNT; ++k) in board_early_init_r()
48 gd->arch.fpga_state[k] = 0; in board_early_init_r()
59 for (k = 0; k < CONFIG_SYS_FPGA_COUNT; ++k) { in board_early_init_r()
61 while (!mpc8308_get_fpga_done(k)) { in board_early_init_r()
64 gd->arch.fpga_state[k] |= in board_early_init_r()
75 for (k = 0; k < CONFIG_SYS_FPGA_COUNT; ++k) { in board_early_init_r()
[all …]
H A Dstrider.c126 unsigned int k; in last_stage_init() local
148 for (k = 0; k < ARRAY_SIZE(mclink_controllers_dvi); ++k) { in last_stage_init()
153 if (i2c_probe(mclink_controllers[k])) { in last_stage_init()
155 if (i2c_probe(mclink_controllers[k])) in last_stage_init()
159 if (i2c_probe(mclink_controllers[k])) in last_stage_init()
162 while (!(pca953x_get_val(mclink_controllers[k]) in last_stage_init()
166 printf("no done for mclink_controller %d\n", k); in last_stage_init()
171 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
172 pca953x_set_val(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
174 pca953x_set_val(mclink_controllers[k], MCFPGA_RESET_N, in last_stage_init()
[all …]
/openbmc/qemu/hw/isa/
H A Disa-superio.c31 ISASuperIOClass *k = ISA_SUPERIO_GET_CLASS(sio); in isa_superio_realize() local
41 for (i = 0; i < k->parallel.count; i++) { in isa_superio_realize()
44 k->parallel.count - ARRAY_SIZE(sio->parallel)); in isa_superio_realize()
47 if (!k->parallel.is_enabled || k->parallel.is_enabled(sio, i)) { in isa_superio_realize()
59 if (k->parallel.get_iobase) { in isa_superio_realize()
61 k->parallel.get_iobase(sio, i)); in isa_superio_realize()
63 if (k->parallel.get_irq) { in isa_superio_realize()
64 qdev_prop_set_uint32(d, "irq", k->parallel.get_irq(sio, i)); in isa_superio_realize()
71 k->parallel.get_iobase ? in isa_superio_realize()
72 k->parallel.get_iobase(sio, i) : -1, in isa_superio_realize()
[all …]
/openbmc/qemu/util/
H A Dbitmap.c43 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_empty() local
45 for (k = 0; k < lim; ++k) { in slow_bitmap_empty()
46 if (bitmap[k]) { in slow_bitmap_empty()
51 if (bitmap[k] & BITMAP_LAST_WORD_MASK(bits)) { in slow_bitmap_empty()
61 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_full() local
63 for (k = 0; k < lim; ++k) { in slow_bitmap_full()
64 if (~bitmap[k]) { in slow_bitmap_full()
70 if (~bitmap[k] & BITMAP_LAST_WORD_MASK(bits)) { in slow_bitmap_full()
81 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_equal() local
83 for (k = 0; k < lim; ++k) { in slow_bitmap_equal()
[all …]
/openbmc/u-boot/board/gdsys/a38x/
H A Dcontrolcenterdc.c94 uint k; in board_pex_config() local
111 for (k = 0; k < 20; ++k) { in board_pex_config()
113 printf("FPGA done after %u rounds\n", k); in board_pex_config()
128 for (k = 0; k < 2; ++k) { in board_pex_config()
182 uint k; in init_host_phys() local
184 for (k = 0; k < 2; ++k) { in init_host_phys()
187 phydev = phy_find_by_mask(bus, 1 << k, in init_host_phys()
197 uint k; in ccdc_eth_init() local
231 for (k = 0; k < 80; ++k) in ccdc_eth_init()
232 writel(1 << 31, get_fpga()->qsgmii_port_state[k]); in ccdc_eth_init()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-config-io.c17 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readb() local
24 k->get_config(vdev, vdev->config); in virtio_config_readb()
32 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readw() local
39 k->get_config(vdev, vdev->config); in virtio_config_readw()
47 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readl() local
54 k->get_config(vdev, vdev->config); in virtio_config_readl()
62 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writeb() local
71 if (k->set_config) { in virtio_config_writeb()
72 k->set_config(vdev, vdev->config); in virtio_config_writeb()
78 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writew() local
[all …]
/openbmc/qemu/host/include/i386/host/crypto/
H A Daes-round.h50 __m128i k = (__m128i)rk->v; in aesenc_SB_SR_AK_accel() local
54 k = aes_accel_bswap(k); in aesenc_SB_SR_AK_accel()
55 t = _mm_aesenclast_si128(t, k); in aesenc_SB_SR_AK_accel()
58 t = _mm_aesenclast_si128(t, k); in aesenc_SB_SR_AK_accel()
68 __m128i k = (__m128i)rk->v; in aesenc_SB_SR_MC_AK_accel() local
72 k = aes_accel_bswap(k); in aesenc_SB_SR_MC_AK_accel()
73 t = _mm_aesenc_si128(t, k); in aesenc_SB_SR_MC_AK_accel()
76 t = _mm_aesenc_si128(t, k); in aesenc_SB_SR_MC_AK_accel()
101 __m128i k = (__m128i)rk->v; in aesdec_ISB_ISR_AK_accel() local
105 k = aes_accel_bswap(k); in aesdec_ISB_ISR_AK_accel()
[all …]
/openbmc/qemu/backends/tpm/
H A Dtpm_backend.c40 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_worker_thread() local
43 k->handle_request(s, s->cmd, &err); in tpm_backend_worker_thread()
61 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_type() local
63 return k->type; in tpm_backend_get_type()
84 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_startup_tpm() local
89 res = k->startup_tpm ? k->startup_tpm(s, buffersize) : 0; in tpm_backend_startup_tpm()
116 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_reset() local
118 if (k->reset) { in tpm_backend_reset()
119 k->reset(s); in tpm_backend_reset()
129 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_cancel_cmd() local
[all …]
/openbmc/qemu/host/include/ppc/host/crypto/
H A Daes-round.h72 static inline AESStateVec aes_accel_vcipher(AESStateVec d, AESStateVec k) in aes_accel_vcipher() argument
74 asm("vcipher %0, %0, %1" : "+v"(d) : "v"(k)); in aes_accel_vcipher()
78 static inline AESStateVec aes_accel_vncipher(AESStateVec d, AESStateVec k) in aes_accel_vncipher() argument
80 asm("vncipher %0, %0, %1" : "+v"(d) : "v"(k)); in aes_accel_vncipher()
84 static inline AESStateVec aes_accel_vcipherlast(AESStateVec d, AESStateVec k) in aes_accel_vcipherlast() argument
86 asm("vcipherlast %0, %0, %1" : "+v"(d) : "v"(k)); in aes_accel_vcipherlast()
90 static inline AESStateVec aes_accel_vncipherlast(AESStateVec d, AESStateVec k) in aes_accel_vncipherlast() argument
92 asm("vncipherlast %0, %0, %1" : "+v"(d) : "v"(k)); in aes_accel_vncipherlast()
111 AESStateVec t, k; in aesenc_SB_SR_AK_accel() local
114 k = aes_accel_ld(rk, be); in aesenc_SB_SR_AK_accel()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A DReplace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch26 -#define _HASH_MIX(h,k,m) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; }
60 - uint32_t k = *(uint32_t *)data; /* We don't care about the byte order */
62 - _HASH_MIX(hash, k, m);
100 - uint32_t k;
103 - k = (t >> sr) | (d << sl);
105 - _HASH_MIX(hash, k, m);
117 - uint32_t k;
126 - k = (t >> sr) | (d << sl);
127 - _HASH_MIX(hash, k, m);
154 + const unsigned char *k = (const unsigned char *)str;
[all …]
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp31 ipmi::SecureBuffer k = {0x04}; in TEST() local
32 ASSERT_EQ(p.raw, k); in TEST()
43 ipmi::SecureBuffer k = {0x04, 0x86}; in TEST() local
44 ASSERT_EQ(p.raw, k); in TEST()
55 ipmi::SecureBuffer k = {0x04, 0x86, 0x00, 0x02}; in TEST() local
56 ASSERT_EQ(p.raw, k); in TEST()
67 ipmi::SecureBuffer k = {0x04, 0x86, 0x00, 0x02, 0x44, 0x33, 0x22, 0x11}; in TEST() local
68 ASSERT_EQ(p.raw, k); in TEST()
79 ipmi::SecureBuffer k = {0x58, 0x23, 0x11}; in TEST() local
80 ASSERT_EQ(p.raw, k); in TEST()
[all …]
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.logrotate3 # Keep up to four 64k files for ipmi_sel (256k total)
7 size 64k
13 # Keep up to four 64k files for redfish (256k total)
17 size 64k
23 # Keep up to 2 256k files for cpu console logs
28 size 256k
34 # Keep up to 2 64k files for atf console logs
39 size 64k
45 # Keep up to 2 64k files for secpro and mpro console logs
50 size 64k
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dmanifest.py90 for k in d_target.keys():
92 mfilename[k] = "{}.{}.manifest".format(toolchain_outputname, k)
93 mpath[k] = os.path.join(mdir, mfilename[k])
94 if not os.path.isfile(mpath[k]):
96 self.classname, mpath[k]))
98 m_entry[k] = ManifestEntry(mpath[k])
100 pkgdata_dir[k] = self.get_dir_from_bb_var('PKGDATA_DIR',
101 d_target[k])
102 reverse_dir[k] = os.path.join(pkgdata_dir[k],
104 if not os.path.exists(reverse_dir[k]):
[all …]
/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_madds.c53 static void print_result(float r, int j, int k) in print_result() argument
60 printf("res: %s flags=%s (%d/%d)\n", r_fmt, flag_fmt, j, k); in print_result()
66 static void do_madds(float a, float b, float c, int j, int k) in do_madds() argument
75 print_result(r, j, k); in do_madds()
80 int i, j, k, nums = get_num_f32(); in main() local
90 for (k = 0; k < 3; k++) { in main()
91 a = get_f32(j + ((k)%3)); in main()
92 b = get_f32(j + ((k+1)%3)); in main()
93 c = get_f32(j + ((k+2)%3)); in main()
94 do_madds(a, b, c, j, k); in main()
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py27 def handle_ptest_result(self, k, status, result, machine): argument
31 if k == 'ptestresult.sections':
47 _, suite, test = k.split(".", 2)
54 _, suite, suite1, test = k.split(".", 3)
77 def handle_ltptest_result(self, k, status, result, machine): argument
81 if k == 'ltpresult.sections':
92 _, suite, test = k.split(".", 2)
98 _, suite, suite1, test = k.split(".", 3)
109 def handle_ltpposixtest_result(self, k, status, result, machine): argument
113 if k == 'ltpposixresult.sections':
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.logrotate3 # Keep up to four 64k files for ipmi_sel (256k total)
7 size 64k
13 # Keep up to four 64k files for redfish (256k total)
17 size 64k
23 # Keep up to two 2k files for gpio log (4k total)
27 size 2k
/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.logrotate3 # Keep up to four 64k files for ipmi_sel (256k total)
7 size 64k
13 # Keep up to four 64k files for redfish (256k total)
17 size 64k
23 # Keep up to two 2k files for gpio log (4k total)
27 size 2k
/openbmc/qemu/hw/char/
H A Dvirtio-console.c67 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in flush_buf() local
98 if (!k->is_console) { in flush_buf()
115 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in set_guest_connected() local
117 if (!k->is_console) { in set_guest_connected()
180 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in chr_be_change() local
182 if (k->is_console) { in chr_be_change()
209 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in virtconsole_enable_backend() local
212 k->is_console ? NULL : chr_event, in virtconsole_enable_backend()
224 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(dev); in virtconsole_realize() local
226 if (port->id == 0 && !k->is_console) { in virtconsole_realize()
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv2084 "V4FMADDPS zmm1, {k}{z}, zmmV+3, m128","V4FMADDPS m128, zmmV+3, {k}{z}, zmm1","v4fmaddps m128, zmmV…
2085 "V4FMADDSS xmm1, {k}{z}, xmmV+3, m128","V4FMADDSS m128, xmmV+3, {k}{z}, xmm1","v4fmaddss m128, xmmV…
2086 "V4FNMADDPS zmm1, {k}{z}, zmmV+3, m128","V4FNMADDPS m128, zmmV+3, {k}{z}, zmm1","v4fnmaddps m128, z…
2087 "V4FNMADDSS xmm1, {k}{z}, xmmV+3, m128","V4FNMADDSS m128, xmmV+3, {k}{z}, xmm1","v4fnmaddss m128, x…
2089 "VADDPD xmm1, {k}{z}, xmmV, xmm2/m128/m64bcst","VADDPD xmm2/m128/m64bcst, xmmV, {k}{z}, xmm1","vadd…
2091 "VADDPD ymm1, {k}{z}, ymmV, ymm2/m256/m64bcst","VADDPD ymm2/m256/m64bcst, ymmV, {k}{z}, ymm1","vadd…
2092 "VADDPD zmm1{er}, {k}{z}, zmmV, zmm2","VADDPD zmm2, zmmV, {k}{z}, zmm1{er}","vaddpd zmm2, zmmV, {k}…
2093 "VADDPD zmm1, {k}{z}, zmmV, zmm2/m512/m64bcst","VADDPD zmm2/m512/m64bcst, zmmV, {k}{z}, zmm1","vadd…
2095 "VADDPS xmm1, {k}{z}, xmmV, xmm2/m128/m32bcst","VADDPS xmm2/m128/m32bcst, xmmV, {k}{z}, xmm1","vadd…
2097 "VADDPS ymm1, {k}{z}, ymmV, ymm2/m256/m32bcst","VADDPS ymm2/m256/m32bcst, ymmV, {k}{z}, ymm1","vadd…
[all …]

12345678910>>...53