/Linux-v5.15/arch/powerpc/kernel/ |
D | rtas_flash.c | 210 struct rtas_update_flash_t *const uf = &rtas_update_flash_data; in rtas_flash_release() local 214 if (uf->flist) { in rtas_flash_release() 222 if (uf->status != FLASH_AUTH) in rtas_flash_release() 223 uf->status = flash_list_valid(uf->flist); in rtas_flash_release() 225 if (uf->status == FLASH_IMG_READY) in rtas_flash_release() 226 rtas_firmware_flash_list = uf->flist; in rtas_flash_release() 228 free_flash_list(uf->flist); in rtas_flash_release() 230 uf->flist = NULL; in rtas_flash_release() 275 struct rtas_update_flash_t *const uf = &rtas_update_flash_data; in rtas_flash_read_msg() local 281 status = uf->status; in rtas_flash_read_msg() [all …]
|
/Linux-v5.15/drivers/scsi/isci/ |
D | unsolicited_frame_control.c | 63 struct sci_unsolicited_frame *uf; in sci_unsolicited_frame_control_construct() local 110 uf = &uf_control->buffers.array[i]; in sci_unsolicited_frame_control_construct() 114 uf->buffer = virt; in sci_unsolicited_frame_control_construct() 115 uf->header = &uf_control->headers.array[i]; in sci_unsolicited_frame_control_construct() 116 uf->state = UNSOLICITED_FRAME_EMPTY; in sci_unsolicited_frame_control_construct()
|
/Linux-v5.15/drivers/usb/host/ |
D | ehci-sched.c | 271 unsigned uframe, uf, x; in compute_tt_budget() local 286 for (uf = ps->phase_uf; uf < 8; ++uf) { in compute_tt_budget() 287 x += budget_line[uf]; in compute_tt_budget() 291 budget_line[uf] = x; in compute_tt_budget() 294 budget_line[uf] = 125; in compute_tt_budget() 369 unsigned i, uf; in tt_available() local 375 uf = frame << 3; in tt_available() 376 for (i = 0; i < 8; (++i, ++uf)) in tt_available() 377 tt_usecs[i] = ehci->tt_budget[uf]; in tt_available() 1394 unsigned frame, uf; in sitd_slot_ok() local [all …]
|
D | ehci-hcd.c | 113 unsigned uf; in ehci_moschip_read_frame_index() local 115 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index() 116 if (unlikely((uf & 7) == 0)) in ehci_moschip_read_frame_index() 117 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index() 118 return uf; in ehci_moschip_read_frame_index()
|
D | fotg210-hcd.c | 4307 struct fotg210_iso_packet *uf = &iso_sched->packet[index]; in itd_patch() local 4313 itd->hw_transaction[uframe] = uf->transaction; in itd_patch() 4315 itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, uf->bufp & ~(u32)0); in itd_patch() 4316 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32)); in itd_patch() 4319 if (unlikely(uf->cross)) { in itd_patch() 4320 u64 bufp = uf->bufp + 4096; in itd_patch() 4584 unsigned uf; in scan_frame_queue() local 4606 for (uf = 0; uf < 8; uf++) { in scan_frame_queue() 4607 if (q.itd->hw_transaction[uf] & in scan_frame_queue() 4611 if (uf < 8) { in scan_frame_queue() [all …]
|
/Linux-v5.15/include/linux/ |
D | userfaultfd_k.h | 144 struct list_head *uf); 146 struct list_head *uf); 227 struct list_head *uf) in userfaultfd_unmap_prep() argument 233 struct list_head *uf) in userfaultfd_unmap_complete() argument
|
D | mm.h | 2608 struct list_head *uf); 2611 unsigned long pgoff, unsigned long *populate, struct list_head *uf); 2613 struct list_head *uf, bool downgrade); 2615 struct list_head *uf);
|
/Linux-v5.15/net/bluetooth/ |
D | hci_sock.c | 1863 struct hci_ufilter uf = { .opcode = 0 }; in hci_sock_setsockopt() local 1908 uf.type_mask = f->type_mask; in hci_sock_setsockopt() 1909 uf.opcode = f->opcode; in hci_sock_setsockopt() 1910 uf.event_mask[0] = *((u32 *) f->event_mask + 0); in hci_sock_setsockopt() 1911 uf.event_mask[1] = *((u32 *) f->event_mask + 1); in hci_sock_setsockopt() 1914 len = min_t(unsigned int, len, sizeof(uf)); in hci_sock_setsockopt() 1915 if (copy_from_sockptr(&uf, optval, len)) { in hci_sock_setsockopt() 1921 uf.type_mask &= hci_sec_filter.type_mask; in hci_sock_setsockopt() 1922 uf.event_mask[0] &= *((u32 *) hci_sec_filter.event_mask + 0); in hci_sock_setsockopt() 1923 uf.event_mask[1] &= *((u32 *) hci_sec_filter.event_mask + 1); in hci_sock_setsockopt() [all …]
|
/Linux-v5.15/mm/ |
D | mmap.c | 193 struct list_head *uf); 202 LIST_HEAD(uf); in SYSCALL_DEFINE1() 255 ret = __do_munmap(mm, newbrk, oldbrk-newbrk, &uf, true); in SYSCALL_DEFINE1() 271 if (do_brk_flags(oldbrk, newbrk-oldbrk, 0, &uf) < 0) in SYSCALL_DEFINE1() 281 userfaultfd_unmap_complete(mm, &uf); in SYSCALL_DEFINE1() 599 struct rb_node **parent, struct list_head *uf) in munmap_vma_range() argument 603 if (do_munmap(mm, start, len, uf)) in munmap_vma_range() 1407 unsigned long *populate, struct list_head *uf) in do_mmap() argument 1575 addr = mmap_region(file, addr, len, vm_flags, pgoff, uf); in do_mmap() 1718 struct list_head *uf) in mmap_region() argument [all …]
|
D | mremap.c | 566 struct vm_userfaultfd_ctx *uf, struct list_head *uf_unmap) in move_vma() argument 642 mremap_userfaultfd_prep(new_vma, uf); in move_vma() 783 unsigned long flags, struct vm_userfaultfd_ctx *uf, in mremap_to() argument 862 ret = move_vma(vma, addr, old_len, new_len, new_addr, locked, flags, uf, in mremap_to() 905 struct vm_userfaultfd_ctx uf = NULL_VM_UFFD_CTX; in SYSCALL_DEFINE5() local 955 &locked, flags, &uf, &uf_unmap_early, in SYSCALL_DEFINE5() 1034 &locked, flags, &uf, &uf_unmap); in SYSCALL_DEFINE5() 1048 mremap_userfaultfd_complete(&uf, addr, ret, old_len); in SYSCALL_DEFINE5()
|
D | util.c | 513 LIST_HEAD(uf); in vm_mmap_pgoff() 520 &uf); in vm_mmap_pgoff() 522 userfaultfd_unmap_complete(mm, &uf); in vm_mmap_pgoff()
|
D | nommu.c | 1063 struct list_head *uf) in do_mmap() argument 1441 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in do_munmap() argument
|
/Linux-v5.15/drivers/scsi/bfa/ |
D | bfa_svc.c | 5346 struct bfa_uf_s *uf = cbarg; in __bfa_cb_uf_recv() local 5347 struct bfa_uf_mod_s *ufm = BFA_UF_MOD(uf->bfa); in __bfa_cb_uf_recv() 5350 ufm->ufrecv(ufm->cbarg, uf); in __bfa_cb_uf_recv() 5385 struct bfa_uf_s *uf; in claim_ufs() local 5395 for (i = 0, uf = ufm->uf_list; i < ufm->num_ufs; i++, uf++) { in claim_ufs() 5396 memset(uf, 0, sizeof(struct bfa_uf_s)); in claim_ufs() 5397 uf->bfa = ufm->bfa; in claim_ufs() 5398 uf->uf_tag = i; in claim_ufs() 5399 uf->pb_len = BFA_PER_UF_DMA_SZ; in claim_ufs() 5400 uf->buf_kva = bfa_mem_get_dmabuf_kva(ufm, i, BFA_PER_UF_DMA_SZ); in claim_ufs() [all …]
|
D | bfa_svc.h | 342 typedef void (*bfa_cb_uf_recv_t) (void *cbarg, struct bfa_uf_s *uf); 640 bfa_uf_get_frmbuf(struct bfa_uf_s *uf) in bfa_uf_get_frmbuf() argument 642 return uf->data_ptr; in bfa_uf_get_frmbuf() 646 bfa_uf_get_frmlen(struct bfa_uf_s *uf) in bfa_uf_get_frmlen() argument 648 return uf->data_len; in bfa_uf_get_frmlen() 656 void bfa_uf_free(struct bfa_uf_s *uf);
|
D | bfa_fcs.c | 1522 bfa_fcs_uf_recv(void *cbarg, struct bfa_uf_s *uf) in bfa_fcs_uf_recv() argument 1525 struct fchs_s *fchs = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv() 1526 u16 len = bfa_uf_get_frmlen(uf); in bfa_fcs_uf_recv() 1535 bfa_stats(fcs, uf.tagged); in bfa_fcs_uf_recv() 1536 vft = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv() 1547 bfa_stats(fcs, uf.vfid_unknown); in bfa_fcs_uf_recv() 1548 bfa_uf_free(uf); in bfa_fcs_uf_recv() 1560 bfa_stats(fcs, uf.untagged); in bfa_fcs_uf_recv() 1573 bfa_uf_free(uf); in bfa_fcs_uf_recv()
|
D | bfa_fcs.h | 674 } uf; member
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 630 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(p->uf_entry.tv.bo); in amdgpu_cs_parser_bos() local 632 r = amdgpu_ttm_alloc_gart(&uf->tbo); in amdgpu_cs_parser_bos() 633 p->job->uf_addr += amdgpu_bo_gpu_offset(uf); in amdgpu_cs_parser_bos() 716 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(parser->uf_entry.tv.bo); in amdgpu_cs_parser_fini() local 718 amdgpu_bo_unref(&uf); in amdgpu_cs_parser_fini()
|
/Linux-v5.15/drivers/net/ |
D | tun.c | 864 struct tun_filter uf; in update_filter() local 867 if (copy_from_user(&uf, arg, sizeof(uf))) in update_filter() 870 if (!uf.count) { in update_filter() 876 alen = ETH_ALEN * uf.count; in update_filter() 877 addr = memdup_user(arg + sizeof(uf), alen); in update_filter() 888 for (n = 0; n < uf.count && n < FLT_EXACT_COUNT; n++) in update_filter() 896 for (; n < uf.count; n++) { in update_filter() 906 if ((uf.flags & TUN_FLT_ALLMULTI)) in update_filter()
|
/Linux-v5.15/kernel/ |
D | fork.c | 496 LIST_HEAD(uf); in dup_mmap() 559 retval = dup_userfaultfd(tmp, &uf); in dup_mmap() 624 dup_userfaultfd_complete(&uf); in dup_mmap()
|
/Linux-v5.15/fs/ |
D | userfaultfd.c | 824 void userfaultfd_unmap_complete(struct mm_struct *mm, struct list_head *uf) in userfaultfd_unmap_complete() argument 829 list_for_each_entry_safe(ctx, n, uf, list) { in userfaultfd_unmap_complete()
|
/Linux-v5.15/arch/x86/kvm/mmu/ |
D | mmu.c | 4522 u8 uf = (pfec & PFERR_USER_MASK) ? (u8)~u : 0; in update_permission_bitmask() local 4566 mmu->permissions[byte] = ff | uf | wf | smepf | smapf; in update_permission_bitmask() 4608 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local 4612 uf = pfec & PFERR_USER_MASK; in update_pkru_bitmask() 4627 check_write = check_pkey && wf && (uf || wp); in update_pkru_bitmask()
|