Searched refs:target (Results 226 - 250 of 1558) sorted by path

1234567891011>>

/linux-master/arch/x86/kernel/
H A Dcallthunks.c282 void *target; local
292 target = patch_dest(dest, false);
293 return target ? : dest;
325 /* Is function call target a thunk? */
H A Dcfi.c13 * Returns the target address and the expected type when regs->ip points
16 static bool decode_cfi_insn(struct pt_regs *regs, unsigned long *target, argument
23 *target = *type = 0;
35 * We can decode the expected type and the target address from the
54 /* Read the target address from the register. */
59 *target = *(unsigned long *)((void *)regs + offset);
70 unsigned long target; local
76 if (!decode_cfi_insn(regs, &target, &type))
79 return report_cfi_failure(regs, regs->ip, &target, type);
H A Dptrace.c432 static int genregs_get(struct task_struct *target, argument
439 membuf_store(&to, getreg(target, reg * sizeof(unsigned long)));
443 static int genregs_set(struct task_struct *target, argument
452 ret = putreg(target, pos, *k++);
463 ret = putreg(target, pos, word);
693 static int ioperm_active(struct task_struct *target, argument
696 struct io_bitmap *iobm = target->thread.io_bitmap;
701 static int ioperm_get(struct task_struct *target, argument
705 struct io_bitmap *iobm = target->thread.io_bitmap;
1022 static int genregs32_get(struct task_struct *target, argument
1036 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
[all...]
H A Dsev.c383 u8 __user *target = (u8 __user *)dst; local
386 if (__put_user(d1, target))
392 u16 __user *target = (u16 __user *)dst; local
395 if (__put_user(d2, target))
401 u32 __user *target = (u32 __user *)dst; local
404 if (__put_user(d4, target))
410 u64 __user *target = (u64 __user *)dst; local
413 if (__put_user(d8, target))
923 * succeed it must target the permissions of a lesser privileged
H A Dtls.c243 int regset_tls_active(struct task_struct *target, argument
246 struct thread_struct *t = &target->thread;
253 int regset_tls_get(struct task_struct *target, const struct user_regset *regset, argument
260 for (pos = 0, tls = target->thread.tls_array; to.left; pos++, tls++) {
267 int regset_tls_set(struct task_struct *target, const struct user_regset *regset, argument
291 set_tls_desc(target,
/linux-master/arch/x86/kernel/cpu/
H A Dintel_pconfig.c29 int pconfig_target_supported(enum pconfig_target target) argument
37 if (WARN_ON_ONCE(target >= 64))
39 return targets_supported & (1ULL << target);
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c23 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) argument
28 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) argument
53 * Invalidate cached FPU registers before modifying the stopped target
56 * This forces the target task on resume to restore the FPU registers from
71 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, argument
74 struct fpu *fpu = &target->thread.fpu;
86 copy_xstate_to_uabi_buf(to, target, XSTATE_COPY_FX);
90 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, argument
94 struct fpu *fpu = &target->thread.fpu;
130 int xstateregs_get(struct task_struct *target, cons argument
142 xstateregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
179 ssp_active(struct task_struct *target, const struct user_regset *regset) argument
187 ssp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
212 ssp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
400 fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
431 fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
[all...]
/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c239 unsigned long target = 0; local
258 target = (unsigned long)insn->next_byte + insn->immediate.value;
260 return (start <= target && target <= start + len);
263 /* Decode whole function to ensure any instructions don't jump into target */
318 * Check any instructions don't jump into target, indirectly or
387 * Copy replacing target instructions
/linux-master/arch/x86/kvm/
H A Dlapic.c258 * Allow sending events to vCPUs by their x2APIC ID even if the target
1003 * were in x2APIC mode if the target APIC ID can't be encoded as an
1006 * mode. Match the x2APIC ID if and only if the target APIC ID can't
1059 struct kvm_lapic *source, struct kvm_lapic *target)
1064 !ipi && dest_id == APIC_BROADCAST && apic_x2apic_mode(target))
1073 struct kvm_lapic *target = vcpu->arch.apic; local
1074 u32 mda = kvm_apic_mda(vcpu, dest, source, target);
1076 ASSERT(target);
1080 return kvm_apic_match_physical_addr(target, mda);
1082 return kvm_apic_match_logical_addr(target, md
1058 kvm_apic_mda(struct kvm_vcpu *vcpu, unsigned int dest_id, struct kvm_lapic *source, struct kvm_lapic *target) argument
[all...]
H A Dx86.c593 * In the target guest dr6:
1234 * the CPU may have cached entries in its TLB for the target PCID.
10011 struct kvm_vcpu *target = NULL; local
10023 target = map->phys_map[dest_id]->vcpu;
10027 if (!target || !READ_ONCE(target->ready))
10031 if (vcpu == target)
10034 if (kvm_vcpu_yield_to(target) <= 0)
10959 * target vCPU wasn't running). Do this regardless of the vCPU's APICv
/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c639 int fpregs_soft_set(struct task_struct *target, argument
644 struct swregs_state *s387 = &target->thread.fpu.fpstate->regs.soft;
691 int fpregs_soft_get(struct task_struct *target, argument
695 struct swregs_state *s387 = &target->thread.fpu.fpstate->regs.soft;
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c743 struct bpf_prog *target; local
758 target = array->ptrs[poke->tail_call.key];
759 if (target) {
762 (u8 *)target->bpf_func +
1896 * Compute size of x86 insn and its target dest x86 register.
2546 /* replace 2 nops with JE insn, since jmp target is known */
2568 u8 *target, *prog = *pprog; local
2570 target = PTR_ALIGN(prog, align);
2571 if (target != prog)
2572 emit_nops(&prog, target
[all...]
/linux-master/arch/xtensa/include/asm/
H A Djump_label.h60 jump_label_t target; member in struct:jump_entry
/linux-master/arch/xtensa/kernel/
H A Dalign.S299 /* Set target register. */
302 extui a4, a4, INSN_T, 4 # extract target register
305 jx a4 # jump to entry for target register
H A Dptrace.c39 static int gpr_get(struct task_struct *target, argument
43 struct pt_regs *regs = task_pt_regs(target);
67 static int gpr_set(struct task_struct *target, argument
84 regs = task_pt_regs(target);
119 static int tie_get(struct task_struct *target, argument
124 struct pt_regs *regs = task_pt_regs(target);
125 struct thread_info *ti = task_thread_info(target);
151 static int tie_set(struct task_struct *target, argument
157 struct pt_regs *regs = task_pt_regs(target);
158 struct thread_info *ti = task_thread_info(target);
[all...]
/linux-master/block/
H A Dbadblocks.c1151 sector_t target; local
1159 target = s + sectors;
1161 rounddown(target, bb->shift);
1162 sectors = target - s;
1287 sector_t target; local
1290 target = s + sectors;
1292 roundup(target, bb->shift);
1293 sectors = target - s;
1398 * (or "before the sector after the target range")
H A Dblk-crypto-profile.c497 * blk_crypto_has_capabilities() - Check whether @target supports at least all
499 * @target: the target profile
502 * Return: %true if @target supports all the crypto capabilities of @reference.
504 bool blk_crypto_has_capabilities(const struct blk_crypto_profile *target, argument
512 if (!target)
515 for (i = 0; i < ARRAY_SIZE(target->modes_supported); i++) {
516 if (reference->modes_supported[i] & ~target->modes_supported[i])
521 target->max_dun_bytes_supported)
H A Dblk-iocost.c388 s64 target; member in struct:ioc_margins
761 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate;
771 /* pick the higher latency target */
783 * multiple of the latency target. Ideally, the multiplier should
1304 * Always start with the target budget. On deactivation, we throw away
1307 vtarget = now->vnow - ioc->margins.target;
1649 * Call this function on the target leaf @iocg's to build pre-order traversal
1748 s64 excess, delta, target, new_hwi; local
1759 /* throw away excess above target */
1760 excess = now->vnow - vtime - ioc->margins.target;
[all...]
H A Dkyber-iosched.c89 * to the target latency:
91 * <= 1/4 * target latency
92 * <= 1/2 * target latency
93 * <= 3/4 * target latency
94 * <= target latency
95 * <= 1 1/4 * target latency
96 * <= 1 1/2 * target latency
97 * <= 1 3/4 * target latency
98 * > 1 3/4 * target latency
103 * 1 / (1 << KYBER_LATENCY_SHIFT) * target latenc
621 add_latency_sample(struct kyber_cpu_latency *cpu_latency, unsigned int sched_domain, unsigned int type, u64 target, u64 latency) argument
644 u64 target; local
[all...]
/linux-master/crypto/
H A Dalgapi.c778 struct crypto_alg *target; local
785 target = crypto_alg_get(alg);
793 crypto_shoot_alg(target);
794 crypto_alg_put(target);
/linux-master/drivers/
H A DMakefile88 obj-$(CONFIG_TARGET_CORE) += target/
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c3457 * Note that we cannot have sorted list by target value,
3499 * we reach the target value.
3694 wait_intr_data.target_value = args->in.target;
3717 args->in.target, interrupt, &status,
/linux-master/drivers/acpi/acpica/
H A Dacdebug.h162 void acpi_db_decode_and_display_object(char *target, char *output_type);
H A Dacinterp.h230 union acpi_operand_object *target,
H A Dacmacros.h325 #define ACPI_INSERT_BITS(target, mask, source) \
326 target = ((target & (~(mask))) | (source & mask))

Completed in 328 milliseconds

1234567891011>>