Searched refs:slot (Results 176 - 200 of 952) sorted by relevance

1234567891011>>

/linux-master/scripts/gdb/linux/
H A Dradixtree.py59 slot = node['slots'][offset]
61 if slot == 0:
64 node = slot.cast(node.type.pointer()).dereference()
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c786 const struct kvm_memory_slot *slot, int level)
790 idx = gfn_to_index(gfn, slot->base_gfn, level);
791 return &slot->arch.lpage_info[level - 2][idx];
802 static void update_gfn_disallow_lpage_count(const struct kvm_memory_slot *slot, argument
809 linfo = lpage_info_slot(gfn, slot, i);
817 void kvm_mmu_gfn_disallow_lpage(const struct kvm_memory_slot *slot, gfn_t gfn) argument
819 update_gfn_disallow_lpage_count(slot, gfn, 1);
822 void kvm_mmu_gfn_allow_lpage(const struct kvm_memory_slot *slot, gfn_t gfn) argument
824 update_gfn_disallow_lpage_count(slot, gfn, -1);
830 struct kvm_memory_slot *slot; local
785 lpage_info_slot(gfn_t gfn, const struct kvm_memory_slot *slot, int level) argument
878 struct kvm_memory_slot *slot; local
911 struct kvm_memory_slot *slot; local
1086 gfn_to_rmap(gfn_t gfn, int level, const struct kvm_memory_slot *slot) argument
1098 struct kvm_memory_slot *slot; local
1282 __rmap_clear_dirty(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
1307 kvm_mmu_write_protect_pt_masked(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn_offset, unsigned long mask) argument
1340 kvm_mmu_clear_dirty_pt_masked(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn_offset, unsigned long mask) argument
1373 kvm_arch_mmu_enable_log_dirty_pt_masked(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn_offset, unsigned long mask) argument
1414 kvm_mmu_slot_gfn_write_protect(struct kvm *kvm, struct kvm_memory_slot *slot, u64 gfn, int min_level) argument
1438 struct kvm_memory_slot *slot; local
1444 __kvm_zap_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
1450 kvm_zap_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, struct kvm_memory_slot *slot, gfn_t gfn, int level, pte_t unused) argument
1457 kvm_set_pte_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, struct kvm_memory_slot *slot, gfn_t gfn, int level, pte_t pte) argument
1496 const struct kvm_memory_slot *slot; member in struct:slot_rmap_walk_iterator
1520 slot_rmap_walk_init(struct slot_rmap_walk_iterator *iterator, const struct kvm_memory_slot *slot, int start_level, int end_level, gfn_t start_gfn, gfn_t end_gfn) argument
1612 kvm_age_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, struct kvm_memory_slot *slot, gfn_t gfn, int level, pte_t unused) argument
1626 kvm_test_age_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, struct kvm_memory_slot *slot, gfn_t gfn, int level, pte_t unused) argument
1641 __rmap_add(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, const struct kvm_memory_slot *slot, u64 *spte, gfn_t gfn, unsigned int access) argument
1665 rmap_add(struct kvm_vcpu *vcpu, const struct kvm_memory_slot *slot, u64 *spte, gfn_t gfn, unsigned int access) argument
2805 mmu_try_to_unsync_pages(struct kvm *kvm, const struct kvm_memory_slot *slot, gfn_t gfn, bool can_unsync, bool prefetch) argument
2906 mmu_set_spte(struct kvm_vcpu *vcpu, struct kvm_memory_slot *slot, u64 *sptep, unsigned int pte_access, gfn_t gfn, kvm_pfn_t pfn, struct kvm_page_fault *fault) argument
2982 struct kvm_memory_slot *slot; local
3082 host_pfn_mapping_level(struct kvm *kvm, gfn_t gfn, const struct kvm_memory_slot *slot) argument
3146 __kvm_mmu_max_mapping_level(struct kvm *kvm, const struct kvm_memory_slot *slot, gfn_t gfn, int max_level, bool is_private) argument
3170 kvm_mmu_max_mapping_level(struct kvm *kvm, const struct kvm_memory_slot *slot, gfn_t gfn, int max_level) argument
3182 struct kvm_memory_slot *slot = fault->slot; local
3281 kvm_send_hwpoison_signal(struct kvm_memory_slot *slot, gfn_t gfn) argument
3751 struct kvm_memory_slot *slot; local
4346 struct kvm_memory_slot *slot = fault->slot; local
6056 __walk_slot_rmaps(struct kvm *kvm, const struct kvm_memory_slot *slot, slot_rmaps_handler fn, int start_level, int end_level, gfn_t start_gfn, gfn_t end_gfn, bool flush_on_yield, bool flush) argument
6085 walk_slot_rmaps(struct kvm *kvm, const struct kvm_memory_slot *slot, slot_rmaps_handler fn, int start_level, int end_level, bool flush_on_yield) argument
6096 walk_slot_rmaps_4k(struct kvm *kvm, const struct kvm_memory_slot *slot, slot_rmaps_handler fn, bool flush_on_yield) argument
6412 slot_rmap_write_protect(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
6517 shadow_mmu_split_huge_page(struct kvm *kvm, const struct kvm_memory_slot *slot, u64 *huge_sptep) argument
6563 shadow_mmu_try_split_huge_page(struct kvm *kvm, const struct kvm_memory_slot *slot, u64 *huge_sptep) argument
6602 shadow_mmu_try_split_huge_pages(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
6648 kvm_shadow_mmu_try_split_huge_pages(struct kvm *kvm, const struct kvm_memory_slot *slot, gfn_t start, gfn_t end, int target_level) argument
6717 kvm_mmu_zap_collapsible_spte(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
6754 kvm_rmap_zap_collapsible_sptes(struct kvm *kvm, const struct kvm_memory_slot *slot) argument
6766 kvm_mmu_zap_collapsible_sptes(struct kvm *kvm, const struct kvm_memory_slot *slot) argument
6841 kvm_arch_flush_shadow_memslot(struct kvm *kvm, struct kvm_memory_slot *slot) argument
7162 struct kvm_memory_slot *slot; local
7333 hugepage_test_mixed(struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
7339 hugepage_clear_mixed(struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
7345 hugepage_set_mixed(struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
7351 hugepage_has_attrs(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn, int level, unsigned long attrs) argument
7372 struct kvm_memory_slot *slot = range->slot; local
7435 kvm_mmu_init_memslot_memory_attributes(struct kvm *kvm, struct kvm_memory_slot *slot) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Ditlb_miss.S8 srlx %g6, 22, %g6 ! Delay slot
18 nop ! Delay slot, fill me
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c72 struct slot *slot; local
74 slot = ctrl->slot;
76 while (slot) {
77 new_slot = cpqhp_slot_find(slot->bus, slot->device, 0);
108 slot = slot->next;
H A Dacpiphp_ibm.c67 } slot; member in union:apci_descriptor
82 static int ibm_set_attention_status(struct hotplug_slot *slot, u8 status);
83 static int ibm_get_attention_status(struct hotplug_slot *slot, u8 *status);
113 * @id: the slot number that linux refers to the slot by
115 * Description: This method returns the aCPI slot descriptor
116 * corresponding to the Linux slot number. This descriptor
117 * has info about the aPCI slot id and attention status.
135 des->slot.slot_num != id)) {
139 if (ind < size && des->slot
160 ibm_set_attention_status(struct hotplug_slot *slot, u8 status) argument
209 ibm_get_attention_status(struct hotplug_slot *slot, u8 *status) argument
[all...]
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_ci.c22 /* CI slot 0 base address */
27 /* CI slot 1 base address */
53 int slot)
61 if (slot != 0)
71 int slot)
81 int slot)
115 int slot, int open)
137 int slot, int addr)
149 int slot, int addr, u8 data)
161 int slot, u
52 netup_unidvb_ci_slot_ts_ctl(struct dvb_ca_en50221 *en50221, int slot) argument
70 netup_unidvb_ci_slot_shutdown(struct dvb_ca_en50221 *en50221, int slot) argument
80 netup_unidvb_ci_slot_reset(struct dvb_ca_en50221 *en50221, int slot) argument
114 netup_unidvb_poll_ci_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open) argument
136 netup_unidvb_ci_read_attribute_mem(struct dvb_ca_en50221 *en50221, int slot, int addr) argument
148 netup_unidvb_ci_write_attribute_mem(struct dvb_ca_en50221 *en50221, int slot, int addr, u8 data) argument
160 netup_unidvb_ci_read_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr) argument
172 netup_unidvb_ci_write_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr, u8 data) argument
[all...]
/linux-master/arch/m68k/coldfire/
H A Dclk.c45 __raw_writeb(clk->slot, MCFPM_PPMCR0);
50 __raw_writeb(clk->slot, MCFPM_PPMSR0);
61 __raw_writeb(clk->slot, MCFPM_PPMCR1);
66 __raw_writeb(clk->slot, MCFPM_PPMSR1);
/linux-master/arch/mips/pci/
H A Dfixup-cobalt.c23 * PCI slot numbers
46 * a PCI slot (ask the BIOS vendors why...). The "Memory Controller" Class
192 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) argument
195 return irq_tab_qube1[slot];
198 return irq_tab_raq2[slot];
200 return irq_tab_cobalt[slot];
/linux-master/drivers/nvdimm/
H A Dlabel.h42 * @labeloff: offset of first label slot
79 * @slot: slot id of this label in label area
94 __le32 slot; member in struct:cxl_region_label
112 * @slot: slot of this label in label area
130 __le32 slot; member in struct:nvdimm_efi_label
153 * @slot: slot id of this label in label area
170 __le32 slot; member in struct:nvdimm_cxl_label
[all...]
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-ci.c37 int slot, int address)
51 static int write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, argument
63 int slot, u8 address)
83 static int write_cam_control(struct dvb_ca_en50221 *ca, int slot, argument
94 static int slot_reset(struct dvb_ca_en50221 *ca, int slot) argument
111 static int slot_shutdown(struct dvb_ca_en50221 *ca, int slot) argument
120 static int slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) argument
130 static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) argument
181 int slot, int address)
193 static int write_attribute_mem_xo2(struct dvb_ca_en50221 *ca, int slot, argument
36 read_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address) argument
62 read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address) argument
180 read_attribute_mem_xo2(struct dvb_ca_en50221 *ca, int slot, int address) argument
203 read_cam_control_xo2(struct dvb_ca_en50221 *ca, int slot, u8 address) argument
216 write_cam_control_xo2(struct dvb_ca_en50221 *ca, int slot, u8 address, u8 value) argument
226 slot_reset_xo2(struct dvb_ca_en50221 *ca, int slot) argument
240 slot_shutdown_xo2(struct dvb_ca_en50221 *ca, int slot) argument
250 slot_ts_enable_xo2(struct dvb_ca_en50221 *ca, int slot) argument
259 poll_slot_status_xo2(struct dvb_ca_en50221 *ca, int slot, int open) argument
[all...]
/linux-master/include/linux/
H A Drv.h61 void rv_put_task_monitor_slot(int slot);
/linux-master/scripts/
H A Djobserver-exec47 slot = os.read(reader, 8)
48 jobs += slot
/linux-master/arch/arm/mach-rpc/
H A Decard.c12 * podule slot.
102 static inline ecard_t *slot_to_ecard(unsigned int slot) argument
104 return slot < MAX_ECARDS ? slot_to_expcard[slot] : NULL;
587 int slot = ec->slot_no; local
592 ectcr &= ~(1 << slot);
596 if (slot < 4)
597 address = ECARD_MEMC_BASE + (slot << 14);
601 if (slot < 4)
602 address = ECARD_IOC_BASE + (slot << 1
689 ecard_alloc_card(int type, int slot) argument
891 ecard_probe(int slot, unsigned irq, card_type_t type) argument
991 int slot, irqbase; local
[all...]
/linux-master/drivers/firewire/
H A Dinit_ohci1394_dma.c235 static inline void __init init_ohci1394_controller(int num, int slot, int func) argument
241 " at %02x:%02x.%x\n", num, slot, func);
243 ohci_base = read_pci_config(num, slot, func, PCI_BASE_ADDRESS_0+(0<<2))
259 int num, slot, func; local
267 for (slot = 0; slot < 32; slot++) {
269 class = read_pci_config(num, slot, func,
277 init_ohci1394_controller(num, slot, func);
/linux-master/fs/afs/
H A Ddir_edit.c21 * slot. nr_slots is between 1 and 9.
216 int slot; local
284 slot = afs_find_contig_bits(block, need_slots);
285 if (slot >= 0) {
286 _debug("slot %u", slot);
309 slot = AFS_DIR_RESV_BLOCKS0;
316 /* Set the dirent slot. */
317 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot,
319 de = &block->dirents[slot];
383 int slot; local
[all...]
/linux-master/arch/arm/mach-omap1/
H A Dboard-sx1-mmc.c20 static int mmc_set_power(struct device *dev, int slot, int power_on, argument
/linux-master/drivers/mmc/host/
H A Dmmc_hsq.h27 struct hsq_slot *slot; member in struct:mmc_hsq
H A Ddw_mmc-hi3798mv200.c77 static inline int dw_mci_hi3798mv200_enable_tuning(struct dw_mci_slot *slot) argument
79 struct dw_mci_hi3798mv200_priv *priv = slot->host->priv;
84 static inline int dw_mci_hi3798mv200_disable_tuning(struct dw_mci_slot *slot) argument
86 struct dw_mci_hi3798mv200_priv *priv = slot->host->priv;
91 static int dw_mci_hi3798mv200_execute_tuning_mix_mode(struct dw_mci_slot *slot, argument
95 struct dw_mci *host = slot->host;
104 ret = dw_mci_hi3798mv200_enable_tuning(slot);
118 err = mmc_send_tuning(slot->mmc, opcode, NULL);
140 ret = dw_mci_hi3798mv200_disable_tuning(slot);
H A Dsdhci-pci-gli.c548 struct sdhci_pci_slot *slot = sdhci_priv(host); local
552 pdev = slot->chip->pdev;
578 static void gli_pcie_enable_msi(struct sdhci_pci_slot *slot) argument
582 ret = pci_alloc_irq_vectors(slot->chip->pdev, 1, 1,
586 mmc_hostname(slot->host->mmc), ret);
590 slot->host->irq = pci_irq_vector(slot->chip->pdev, 0);
718 struct sdhci_pci_slot *slot = sdhci_priv(host); local
723 pdev = slot->chip->pdev;
745 static void gl9755_hw_setting(struct sdhci_pci_slot *slot) argument
907 struct sdhci_pci_slot *slot = sdhci_priv(host); local
952 gl9767_hw_setting(struct sdhci_pci_slot *slot) argument
995 struct sdhci_pci_slot *slot = sdhci_priv(host); local
1079 gli_probe_slot_gl9750(struct sdhci_pci_slot *slot) argument
1091 gli_probe_slot_gl9755(struct sdhci_pci_slot *slot) argument
1103 gli_probe_slot_gl9767(struct sdhci_pci_slot *slot) argument
1192 gl9763e_set_low_power_negotiation(struct sdhci_pci_slot *slot, bool enable) argument
1293 gl9763e_add_host(struct sdhci_pci_slot *slot) argument
1336 gli_set_gl9763e(struct sdhci_pci_slot *slot) argument
1374 struct sdhci_pci_slot *slot = chip->slots[0]; local
1390 struct sdhci_pci_slot *slot = chip->slots[0]; local
1424 struct sdhci_pci_slot *slot = chip->slots[0]; local
1434 struct sdhci_pci_slot *slot = chip->slots[0]; local
1456 struct sdhci_pci_slot *slot = chip->slots[0]; local
1485 gli_probe_slot_gl9763e(struct sdhci_pci_slot *slot) argument
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c763 unsigned long slot; local
788 lpar_rc = plpar_pte_enter(flags, hpte_group, hpte_v, hpte_r, &slot);
804 pr_devel(" -> slot: %lu\n", slot & 7);
809 return (slot & 7) | (!!(vflags & HPTE_V_SECONDARY) << 3);
821 /* pick a random slot to start at */
923 static long pSeries_lpar_hpte_updatepp(unsigned long slot, argument
942 want_v, slot, flags, psize);
944 lpar_rc = plpar_pte_protect(flags, slot, want_v);
988 long slot; local
1017 unsigned long lpar_rc, slot, vsid, flags; local
1037 pSeries_lpar_hpte_invalidate(unsigned long slot, unsigned long vpn, int psize, int apsize, int ssize, int local) argument
1147 hugepage_block_invalidate(unsigned long *slot, unsigned long *vpn, int count, int psize, int ssize) argument
1193 hugepage_bulk_invalidate(unsigned long *slot, unsigned long *vpn, int count, int psize, int ssize) argument
1227 __pSeries_lpar_hugepage_invalidate(unsigned long *slot, unsigned long *vpn, int count, int psize, int ssize) argument
1258 unsigned long shift, hidx, vpn = 0, hash, slot; local
1311 unsigned long slot, vsid; local
1334 unsigned long slot, hash, hidx; local
1354 unsigned long index, shift, slot, current_vpgb, vpgb; local
1533 unsigned long index, shift, slot; local
[all...]
/linux-master/drivers/pci/controller/
H A Dpcie-mediatek.c179 * @slot: port slot
199 u32 slot; member in struct:mtk_pcie_port
357 if (port->slot == PCI_SLOT(devfn))
655 port->irq = platform_get_irq(pdev, port->slot);
685 val |= PCIE_CSR_LTSSM_EN(port->slot) |
686 PCIE_CSR_ASPM_L1_EN(port->slot);
689 val = PCIE_CSR_LTSSM_EN(port->slot) |
690 PCIE_CSR_ASPM_L1_EN(port->slot);
779 u32 func = PCI_FUNC(port->slot);
780 u32 slot = PCI_SLOT(port->slot << 3); local
917 mtk_pcie_parse_port(struct mtk_pcie *pcie, struct device_node *node, int slot) argument
1054 int err, slot; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcm4908_enet.c269 struct bcm4908_enet_dma_ring_slot *slot = &enet->rx_ring.slots[idx]; local
274 slot->buf = napi_alloc_frag(ENET_RX_SKB_BUF_ALLOC_SIZE);
275 if (!slot->buf)
278 slot->dma_addr = dma_map_single(dev, slot->buf + ENET_RX_BUF_DMA_OFFSET,
280 err = dma_mapping_error(dev, slot->dma_addr);
283 skb_free_frag(slot->buf);
284 slot->buf = NULL;
293 buf_desc->addr = cpu_to_le32(slot->dma_addr);
322 struct bcm4908_enet_dma_ring_slot *slot; local
525 struct bcm4908_enet_dma_ring_slot *slot; local
590 struct bcm4908_enet_dma_ring_slot slot; local
656 struct bcm4908_enet_dma_ring_slot *slot; local
[all...]
/linux-master/fs/btrfs/tests/
H A Dinode-tests.c18 u64 disk_len, u32 type, u8 compression, int slot)
31 path.slots[0] = slot;
42 fi = btrfs_item_ptr(leaf, slot, struct btrfs_file_extent_item);
98 int slot = 0; local
108 slot);
109 slot++;
114 slot);
115 slot++;
120 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot);
121 slot
16 insert_extent(struct btrfs_root *root, u64 start, u64 len, u64 ram_bytes, u64 offset, u64 disk_bytenr, u64 disk_len, u32 type, u8 compression, int slot) argument
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Dttusb2.c143 static int tt3650_ci_read_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address) argument
148 if (slot)
165 static int tt3650_ci_write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address, u8 value) argument
169 ci_dbg("%d 0x%04x 0x%02x", slot, address, value);
171 if (slot)
181 static int tt3650_ci_read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address) argument
186 if (slot)
201 static int tt3650_ci_write_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address, u8 value) argument
205 ci_dbg("%d 0x%02x 0x%02x", slot, address, value);
207 if (slot)
216 tt3650_ci_set_video_port(struct dvb_ca_en50221 *ca, int slot, int enable) argument
240 tt3650_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot) argument
245 tt3650_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) argument
250 tt3650_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot) argument
292 tt3650_ci_poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) argument
[all...]
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas.h55 #define hisi_sas_status_buf_addr_mem(slot) hisi_sas_status_buf_addr((slot)->buf)
56 #define hisi_sas_status_buf_addr_dma(slot) \
57 hisi_sas_status_buf_addr((slot)->buf_dma)
61 #define hisi_sas_cmd_hdr_addr_mem(slot) hisi_sas_cmd_hdr_addr((slot)->buf)
62 #define hisi_sas_cmd_hdr_addr_dma(slot) hisi_sas_cmd_hdr_addr((slot)->buf_dma)
66 #define hisi_sas_sge_addr_mem(slot) hisi_sas_sge_addr((slot)
[all...]

Completed in 273 milliseconds

1234567891011>>