| /kernel/linux/linux-6.6/arch/m68k/math-emu/ |
| H A D | fp_decode.h | 405 | get the absolute short address from user space 411 | get the absolute long address from user space
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| H A D | x_unfl.S | 17 | operand needs to made available to the user with a bias of $6000 161 | the user's precision for the round routine.
|
| H A D | kernel_ex.S | 293 fmovel %d1,%fpcr |restore user's rmode/prec 319 fmovel %d1,%fpcr |restore user's rmode/prec 338 fmovel %d1,%fpcr |restore user's rmode/prec 354 fmovel %d1,%fpcr |restore user's rmode/prec 381 | the user perceives no difference between what the 040 provides vs.
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
| H A D | pci-ioda-tce.c | 83 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) in pnv_tce() argument 85 __be64 *tmp = user ? tbl->it_userspace : (__be64 *) tbl->it_base; in pnv_tce()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
| H A D | mac.c | 484 key.user = cpu_to_le16(id); in carl9170_upload_key() 499 key.user = cpu_to_le16(id); in carl9170_disable_key()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| H A D | user.c | 371 sclass = &device->mmu->user; in nvkm_udevice_child_get() 373 sclass = &device->fault->user; in nvkm_udevice_child_get()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fence.c | 179 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_fence_context_new() 198 ret = nvif_notify_ctor(&chan->user, "fenceNonStallIntr", in nouveau_fence_context_new()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_phyp.h | 55 epas->user.addr = paddr_user; in hcp_epas_ctor() 63 epas->user.addr = 0; in hcp_epas_dtor()
|
| /kernel/linux/linux-6.6/drivers/clk/ti/ |
| H A D | apll.c | 128 static void __init omap_clk_register_apll(void *user, in omap_clk_register_apll() argument 131 struct clk_hw *hw = user; in omap_clk_register_apll()
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_srq.c | 268 bool user) in proc_srq_sge() 281 if (user) in proc_srq_sge() 267 proc_srq_sge(struct hns_roce_dev *dev, struct hns_roce_srq *hr_srq, bool user) proc_srq_sge() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
| H A D | mac.c | 480 key.user = cpu_to_le16(id); in carl9170_upload_key() 495 key.user = cpu_to_le16(id); in carl9170_disable_key()
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| H A D | dump_pagetables.c | 408 bool user) in ptdump_walk_pgd_level_debugfs() 412 if (user && boot_cpu_has(X86_FEATURE_PTI)) in ptdump_walk_pgd_level_debugfs() 428 pr_info("x86/mm: Checking user space page tables\n"); in ptdump_walk_user_pgd_level_checkwx() 407 ptdump_walk_pgd_level_debugfs(struct seq_file *m, struct mm_struct *mm, bool user) ptdump_walk_pgd_level_debugfs() argument
|
| /kernel/linux/linux-6.6/arch/xtensa/kernel/ |
| H A D | ptrace.c | 132 newregs->user = ti->xtregs_user; in tie_get() 170 ti->xtregs_user = newregs->user; in tie_set() 291 /* Note: PS.EXCM is not set while user task is running; in ptrace_peekusr()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fence.c | 185 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_fence_context_new() 212 ret = nvif_event_ctor(&chan->user, "fenceNonStallIntr", (chan->runlist << 16) | chan->chid, in nouveau_fence_context_new()
|
| H A D | nouveau_drm.c | 48 #include <nvif/user.h> 386 ret = nvif_object_ctor(&drm->channel->user, "drmNvsw", in nouveau_accel_gr_init() 391 ret = nvif_object_ctor(&drm->channel->user, "drmBlit", in nouveau_accel_gr_init() 430 ret = nvif_object_ctor(&drm->channel->user, "drmM2mfNtfy", in nouveau_accel_gr_init()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | g94.c | 346 .user = 0, 363 .user = {
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| H A D | tree.c | 565 static int rcu_pending(int user); 621 static noinstr void rcu_eqs_enter(bool user) in rcu_eqs_enter() argument 638 WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current)); in rcu_eqs_enter() 842 static void noinstr rcu_eqs_exit(bool user) in rcu_eqs_exit() argument 867 WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current)); in rcu_eqs_exit() 1045 * handler that it never exits, for example when doing upcalls to user mode! 1046 * This code assumes that the idle loop never does upcalls to user mode. 1047 * If your architecture's idle loop does do upcalls to user mode (or does 2570 * state, for example, user mode or idle loop. It also schedules RCU 2575 void rcu_sched_clock_irq(int user) in rcu_sched_clock_irq() argument 3773 rcu_pending(int user) rcu_pending() argument [all...] |
| /kernel/linux/linux-5.10/arch/powerpc/oprofile/ |
| H A D | op_model_cell.c | 147 * by returning EIO and printing additional information to dmsg the user 246 * of the OProfile user tool to check the events are in in pm_rtas_activate_signals() 395 * the count mode based on the user selection of user and kernel. in write_pm_cntrl() 402 set_count_mode(u32 kernel, u32 user) in set_count_mode() argument 405 * The user must specify user and kernel if they want them. If in set_count_mode() 410 if (user) in set_count_mode() 416 if (user) in set_count_mode() 732 /* Set the user selecte in cell_reg_setup_spu_events() [all...] |
| /kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
| H A D | mr.c | 72 * table. The lower 8 bits can be owned by the user (copied from in rvt_driver_mr_init() 151 /* count returning the ptr to user */ in rvt_init_mregion() 334 if (ibpd_to_rvtpd(pd)->user) in rvt_get_dma_mr() 663 /* not applicable to dma MR or user MR */ in rvt_fast_reg_mr() 772 if (pd->user) in rvt_lkey_ok() 885 if (pd->user) in rvt_rkey_ok()
|
| /kernel/linux/linux-5.10/sound/pci/ctxfi/ |
| H A D | ctdaio.c | 172 entry->user = entry->addr = daio->rscl.ops->index(&daio->rscl); in dao_set_left_input() 201 entry->user = entry->addr = daio->rscr.ops->index(&daio->rscr); in dao_set_right_input() 710 entry->slot = entry->addr = entry->next = entry->user = 0; in daio_mgr_create()
|
| /kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
| H A D | mr.c | 30 * table. The lower 8 bits can be owned by the user (copied from in rvt_driver_mr_init() 109 /* count returning the ptr to user */ in rvt_init_mregion() 292 if (ibpd_to_rvtpd(pd)->user) in rvt_get_dma_mr() 622 /* not applicable to dma MR or user MR */ in rvt_fast_reg_mr() 731 if (pd->user) in rvt_lkey_ok() 844 if (pd->user) in rvt_rkey_ok()
|
| /kernel/linux/linux-6.6/sound/pci/ctxfi/ |
| H A D | ctdaio.c | 172 entry->user = entry->addr = daio->rscl.ops->index(&daio->rscl); in dao_set_left_input() 201 entry->user = entry->addr = daio->rscr.ops->index(&daio->rscr); in dao_set_right_input() 710 entry->slot = entry->addr = entry->next = entry->user = 0; in daio_mgr_create()
|
| /kernel/linux/linux-6.6/kernel/rcu/ |
| H A D | tree_plugin.h | 719 static void rcu_flavor_sched_clock_irq(int user) in rcu_flavor_sched_clock_irq() argument 962 * namely user mode and idle loop. 964 static void rcu_flavor_sched_clock_irq(int user) in rcu_flavor_sched_clock_irq() argument 966 if (user || rcu_is_cpu_rrupt_from_idle()) { in rcu_flavor_sched_clock_irq() 969 * Get here if this CPU took its interrupt from user in rcu_flavor_sched_clock_irq()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
| H A D | processor.c | 31 uint64_t user:1; member 46 uint64_t user:1; member 61 uint64_t user:1; member 76 uint64_t user:1; member
|
| /kernel/linux/linux-5.10/drivers/hwmon/occ/ |
| H A D | common.c | 99 u16 user; member 110 u16 user; member 571 val = get_unaligned_be16(&caps->user) * 1000000ULL; in occ_show_caps_1_2() 621 val = get_unaligned_be16(&caps->user) * 1000000ULL; in occ_show_caps_3()
|