| /linux/include/linux/ |
| A D | kvm_host.h | 1212 try_get_memslot(struct kvm_memslots *slots, int slot_index, gfn_t gfn) in try_get_memslot() argument 1216 if (slot_index < 0 || slot_index >= slots->used_slots) in try_get_memslot() 1224 slot_index = array_index_nospec(slot_index, slots->used_slots); in try_get_memslot() 1225 slot = &slots->memslots[slot_index]; in try_get_memslot() 1276 int slot_index = atomic_read(&slots->last_used_slot); in __gfn_to_memslot() local 1278 slot = try_get_memslot(slots, slot_index, gfn); in __gfn_to_memslot() 1282 slot = search_memslots(slots, gfn, &slot_index); in __gfn_to_memslot() 1284 atomic_set(&slots->last_used_slot, slot_index); in __gfn_to_memslot()
|
| /linux/fs/orangefs/ |
| A D | orangefs-bufmap.h | 37 void orangefs_bufmap_page_fill(void *kaddr, int buffer_index, int slot_index);
|
| A D | orangefs-bufmap.c | 541 int slot_index) in orangefs_bufmap_page_fill() argument 547 page_from = kmap_atomic(from->page_array[slot_index]); in orangefs_bufmap_page_fill()
|
| /linux/drivers/gpu/drm/qxl/ |
| A D | qxl_kms.c | 69 unsigned int slot_index, in setup_slot() argument 76 slot->index = slot_index; in setup_slot()
|
| /linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
| A D | vchiq_core.c | 677 int slot_index; in reserve_space() local 704 (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in reserve_space() 791 int slot_index = local->slot_queue[slot_queue_available & in process_free_queue() local 793 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in process_free_queue() 804 state->id, slot_index, data, local->slot_queue_recycle, in process_free_queue() 3253 int slot_index; in vchiq_release_message() local 3261 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header); in vchiq_release_message() 3263 if ((slot_index >= remote->slot_first) && in vchiq_release_message() 3264 (slot_index <= remote->slot_last)) { in vchiq_release_message() 3269 SLOT_INFO_FROM_INDEX(state, slot_index); in vchiq_release_message() [all …]
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| A D | mpi30_cnfg.h | 1339 __le16 slot_index; member 1377 __le16 slot_index; member 1634 __le16 slot_index; member 1778 __le16 slot_index; member
|
| /linux/sound/soc/fsl/ |
| A D | fsl_easrc.c | 755 if (slot->slot_index == 0) { in fsl_easrc_config_one_slot() 810 if (slot->slot_index == 1) in fsl_easrc_config_one_slot() 833 if (slot->slot_index == 1) in fsl_easrc_config_one_slot() 885 slota->slot_index = 0; in fsl_easrc_config_slot() 889 slota->slot_index = 1; in fsl_easrc_config_slot()
|
| A D | fsl_easrc.h | 579 int slot_index; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | reg.h | 5702 MLXSW_ITEM32(reg, pmaos, slot_index, 0x00, 24, 4); 5813 MLXSW_ITEM32(reg, pmtdb, slot_index, 0x00, 24, 4); 5851 static inline void mlxsw_reg_pmtdb_pack(char *payload, u8 slot_index, u8 module, in mlxsw_reg_pmtdb_pack() argument 5855 mlxsw_reg_pmtdb_slot_index_set(payload, slot_index); in mlxsw_reg_pmtdb_pack() 5878 MLXSW_ITEM32(reg, pmpe, slot_index, 0x00, 24, 4); 6035 MLXSW_ITEM32(reg, pllp, slot_index, 0x08, 0, 4); 6044 u8 *split_num, u8 *slot_index) in mlxsw_reg_pllp_unpack() argument 6048 *slot_index = mlxsw_reg_pllp_slot_index_get(payload); in mlxsw_reg_pllp_unpack()
|
| A D | spectrum.c | 1479 u8 *slot_index) in mlxsw_sp_port_label_info_get() argument 1489 split_port_subnumber, slot_index); in mlxsw_sp_port_label_info_get() 1503 u8 slot_index; in mlxsw_sp_port_create() local 1522 &split_port_subnumber, &slot_index); in mlxsw_sp_port_create()
|
| /linux/drivers/scsi/hisi_sas/ |
| A D | hisi_sas_main.c | 2484 int slot_index = i * slots_per_blk; in hisi_sas_alloc() local 2493 for (j = 0; j < slots_per_blk; j++, slot_index++) { in hisi_sas_alloc() 2496 slot = &hisi_hba->slot_info[slot_index]; in hisi_sas_alloc() 2499 slot->idx = slot_index; in hisi_sas_alloc()
|
| /linux/fs/ |
| A D | io_uring.c | 1131 unsigned int issue_flags, u32 slot_index); 8442 unsigned int issue_flags, u32 slot_index) in io_install_fixed_file() argument 8457 if (slot_index >= ctx->nr_user_files) in io_install_fixed_file() 8460 slot_index = array_index_nospec(slot_index, ctx->nr_user_files); in io_install_fixed_file() 8461 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file() 8471 ret = io_queue_rsrc_removal(ctx->file_data, slot_index, in io_install_fixed_file() 8479 *io_get_tag_slot(ctx->file_data, slot_index) = 0; in io_install_fixed_file() 8481 ret = io_sqe_file_register(ctx, file, slot_index); in io_install_fixed_file()
|
| /linux/virt/kvm/ |
| A D | kvm_main.c | 2096 int slot_index; in kvm_vcpu_gfn_to_memslot() local 2107 slot = search_memslots(slots, gfn, &slot_index); in kvm_vcpu_gfn_to_memslot() 2109 vcpu->last_used_slot = slot_index; in kvm_vcpu_gfn_to_memslot()
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| A D | hal.h | 3524 u32 slot_index; member
|