Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/openbmc/qemu/hw/virtio/
H A Dvirtio-config-io.c17 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readb() local
32 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readw() local
47 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readl() local
62 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writeb() local
78 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writew() local
94 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writel() local
110 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readb() local
125 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readw() local
140 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readl() local
156 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_writeb() local
[all …]
H A Dvirtio-bus.c149 VirtioDeviceClass *k; in virtio_bus_get_vdev_bad_features() local
164 VirtioDeviceClass *k; in virtio_bus_get_vdev_config() local
177 VirtioDeviceClass *k; in virtio_bus_set_vdev_config() local
189 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(bus); in virtio_bus_grab_ioeventfd() local
221 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(bus); in virtio_bus_start_ioeventfd() local
266 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(bus); in virtio_bus_ioeventfd_enabled() local
279 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(bus); in virtio_bus_set_host_notifier() local
/openbmc/qemu/backends/tpm/
H A Dtpm_backend.c40 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_worker_thread() local
61 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_type() local
84 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_startup_tpm() local
116 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_reset() local
129 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_cancel_cmd() local
136 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_tpm_established_flag() local
144 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_reset_tpm_established_flag() local
152 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_tpm_version() local
159 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_buffer_size() local
167 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_query_tpm() local
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp31 ipmi::SecureBuffer k = {0x04}; in TEST() local
43 ipmi::SecureBuffer k = {0x04, 0x86}; in TEST() local
55 ipmi::SecureBuffer k = {0x04, 0x86, 0x00, 0x02}; in TEST() local
67 ipmi::SecureBuffer k = {0x04, 0x86, 0x00, 0x02, 0x44, 0x33, 0x22, 0x11}; in TEST() local
79 ipmi::SecureBuffer k = {0x58, 0x23, 0x11}; in TEST() local
96 ipmi::SecureBuffer k = {0xc9}; in TEST() local
111 ipmi::SecureBuffer k = {0xc9}; in TEST() local
125 ipmi::SecureBuffer k = {0xc9}; in TEST() local
140 ipmi::SecureBuffer k = {0xc9}; in TEST() local
155 ipmi::SecureBuffer k = {0x04, 0x86, 0x00, 0x02}; in TEST() local
[all …]
H A Dunpack.cpp30 uint8_t k = 0x04; in TEST() local
44 uint8_t k = 0x04; in TEST() local
71 uint16_t k = 0x8604; in TEST() local
85 uint16_t k = 0x8604; in TEST() local
112 uint32_t k = 0x02008604; in TEST() local
126 uint32_t k = 0x02008604; in TEST() local
153 uint64_t k = 0x1122334402008604ull; in TEST() local
168 uint64_t k = 0x1122334402008604ull; in TEST() local
195 uint24_t k = 0x112358; in TEST() local
209 uint24_t k = 0x112358; in TEST() local
[all …]
/openbmc/linux/drivers/md/bcache/
Dextents.c
Dbset.h
Dbset.c
/openbmc/linux/lib/
Dklist.c
/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()
78 static inline AESStateVec aes_accel_vncipher(AESStateVec d, AESStateVec k) in aes_accel_vncipher()
84 static inline AESStateVec aes_accel_vcipherlast(AESStateVec d, AESStateVec k) in aes_accel_vcipherlast()
90 static inline AESStateVec aes_accel_vncipherlast(AESStateVec d, AESStateVec k) in aes_accel_vncipherlast()
111 AESStateVec t, k; in aesenc_SB_SR_AK_accel() local
123 AESStateVec t, k; in aesenc_SB_SR_MC_AK_accel() local
146 AESStateVec t, k; in aesdec_ISB_ISR_AK_accel() local
158 AESStateVec t, k; in aesdec_ISB_ISR_AK_IMC_accel() local
170 AESStateVec t, k, z = { }; in aesdec_ISB_ISR_IMC_AK_accel() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
Dhashmap.c
/openbmc/linux/arch/sparc/kernel/
Dtermios.c
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h63 #define HWMON_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_HWMON_PROXY, HwmonProxyClass)) argument
66 #define IS_HWMON_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_HWMON_PROXY)) argument
133 #define HWMON_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_HWMON_SKELETON, HwmonSkeletonCl… argument
136 #define IS_HWMON_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_HWMON_SKELETON)) argument
314 #define FAN_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FAN_PROXY, FanProxyClass)) argument
317 #define IS_FAN_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FAN_PROXY)) argument
384 #define FAN_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FAN_SKELETON, FanSkeletonClass)) argument
387 #define IS_FAN_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FAN_SKELETON)) argument
584 #define SENSOR_VALUE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_SENSOR_VALUE_PROXY, SensorV… argument
587 #define IS_SENSOR_VALUE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_SENSOR_VALUE_PROXY)) argument
[all …]
/openbmc/qemu/ui/
H A Dkeymaps.c63 static void add_keysym(char *line, int keysym, int keycode, kbd_layout_t *k) in add_keysym() argument
85 static int parse_keyboard_layout(kbd_layout_t *k, in parse_keyboard_layout()
179 kbd_layout_t *k; in init_keyboard_layout() local
192 int keysym2scancode(kbd_layout_t *k, int keysym, in keysym2scancode()
255 int keycode_is_keypad(kbd_layout_t *k, int keycode) in keycode_is_keypad()
263 int keysym_is_numlock(kbd_layout_t *k, int keysym) in keysym_is_numlock()
/openbmc/qemu/hw/char/
H A Dvirtio-console.c67 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in flush_buf() local
115 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in set_guest_connected() local
180 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in chr_be_change() local
209 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in virtconsole_enable_backend() local
224 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(dev); in virtconsole_realize() local
266 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_CLASS(klass); in virtconsole_class_init() local
284 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_CLASS(klass); in virtserialport_class_init() local
/openbmc/qemu/host/include/i386/host/crypto/
H A Daes-round.h50 __m128i k = (__m128i)rk->v; in aesenc_SB_SR_AK_accel() local
68 __m128i k = (__m128i)rk->v; in aesenc_SB_SR_MC_AK_accel() local
101 __m128i k = (__m128i)rk->v; in aesdec_ISB_ISR_AK_accel() local
119 __m128i k = (__m128i)rk->v; in aesdec_ISB_ISR_AK_IMC_accel() local
139 __m128i k = (__m128i)rk->v; in aesdec_ISB_ISR_IMC_AK_accel() local
/openbmc/phosphor-objmgr/src/test/util/
H A Ddebug_output.hpp20 for (const auto& k : j.second) in dumpAssociationOwnersType() local
44 for (const auto& k : intfEndpoints) in dumpAssociationInterfaces() local
65 for (const auto& k : j.second) in dumpInterfaceMapType() local
/openbmc/qemu/hw/gpio/
H A Dpca9552.c69 PCA955xClass *k = PCA955X_GET_CLASS(s); in pca955x_display_pins_status() local
110 PCA955xClass *k = PCA955X_GET_CLASS(s); in pca955x_update_pin_input() local
210 PCA955xClass *k = PCA955X_GET_CLASS(s); in pca955x_autoinc() local
276 PCA955xClass *k = PCA955X_GET_CLASS(obj); in pca955x_get_led() local
313 PCA955xClass *k = PCA955X_GET_CLASS(obj); in pca955x_set_led() local
384 PCA955xClass *k = PCA955X_GET_CLASS(obj); in pca955x_initfn() local
412 PCA955xClass *k = PCA955X_GET_CLASS(s); in pca955x_gpio_in_handler() local
420 PCA955xClass *k = PCA955X_GET_CLASS(dev); in pca955x_realize() local
438 I2CSlaveClass *k = I2C_SLAVE_CLASS(klass); in pca955x_class_init() local
/openbmc/qemu/util/
H A Dbitmap.c43 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_empty() local
61 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_full() local
81 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_equal() local
101 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_complement() local
115 long k; in slow_bitmap_and() local
128 long k; in slow_bitmap_or() local
139 long k; in slow_bitmap_xor() local
150 long k; in slow_bitmap_andnot() local
388 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_intersects() local
406 long k, lim = nbits / BITS_PER_LONG, result = 0; in slow_bitmap_count_one() local
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-aes.c25 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK()
50 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC()
55 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
/openbmc/u-boot/board/gdsys/a38x/
H A Dcontrolcenterdc.c94 uint k; in board_pex_config() local
182 uint k; in init_host_phys() local
197 uint k; in ccdc_eth_init() local
254 uint k; in board_fix_fdt() local
/openbmc/qemu/tests/tcg/ppc64/
H A Dtest-aes.c40 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK()
90 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC()
113 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
/openbmc/linux/tools/testing/selftests/net/
Ddevlink_port_split.py
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.c

12345678910>>...32