Home
last modified time | relevance | path

Searched defs:target (Results 26 – 50 of 1287) sorted by relevance

12345678910>>...52

/openbmc/linux/arch/riscv/kernel/
H A Dptrace.c33 static int riscv_gpr_get(struct task_struct *target, in riscv_gpr_get()
41 static int riscv_gpr_set(struct task_struct *target, in riscv_gpr_set()
53 static int riscv_fpr_get(struct task_struct *target, in riscv_fpr_get()
67 static int riscv_fpr_set(struct task_struct *target, in riscv_fpr_set()
88 static int riscv_vr_get(struct task_struct *target, in riscv_vr_get()
118 static int riscv_vr_set(struct task_struct *target, in riscv_vr_set()
309 static int compat_riscv_gpr_get(struct task_struct *target, in compat_riscv_gpr_get()
321 static int compat_riscv_gpr_set(struct task_struct *target, in compat_riscv_gpr_set()
/openbmc/linux/arch/sh/kernel/
H A Dptrace_32.c134 static int genregs_get(struct task_struct *target, in genregs_get()
143 static int genregs_set(struct task_struct *target, in genregs_set()
167 static int fpregs_get(struct task_struct *target, in fpregs_get()
181 static int fpregs_set(struct task_struct *target, in fpregs_set()
202 static int fpregs_active(struct task_struct *target, in fpregs_active()
210 static int dspregs_get(struct task_struct *target, in dspregs_get()
220 static int dspregs_set(struct task_struct *target, in dspregs_set()
238 static int dspregs_active(struct task_struct *target, in dspregs_active()
/openbmc/linux/fs/sysfs/
H A Dsymlink.c24 struct kernfs_node *kn, *target = NULL; in sysfs_do_create_link_sd() local
61 int sysfs_create_link_sd(struct kernfs_node *kn, struct kobject *target, in sysfs_create_link_sd()
67 static int sysfs_do_create_link(struct kobject *kobj, struct kobject *target, in sysfs_do_create_link()
89 int sysfs_create_link(struct kobject *kobj, struct kobject *target, in sysfs_create_link()
105 int sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target, in sysfs_create_link_nowarn()
/openbmc/u-boot/drivers/power/
H A Daxp152.c24 u8 current, target; in axp_set_dcdc2() local
44 u8 target = axp152_mvolt_to_target(mvolt, 700, 3500, 50); in axp_set_dcdc3() local
51 u8 target = axp152_mvolt_to_target(mvolt, 700, 3500, 25); in axp_set_dcdc4() local
58 u8 target = axp152_mvolt_to_target(mvolt, 700, 3500, 100); in axp_set_aldo2() local
/openbmc/linux/kernel/
H A Dregset.c6 static int __regset_get(struct task_struct *target, in __regset_get()
33 int regset_get(struct task_struct *target, in regset_get()
42 int regset_get_alloc(struct task_struct *target, in regset_get_alloc()
61 int copy_regset_to_user(struct task_struct *target, in copy_regset_to_user()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c321 static int kfd_dbg_set_workaround(struct kfd_process *target, bool enable) in kfd_dbg_set_workaround()
494 int kfd_dbg_trap_set_flags(struct kfd_process *target, uint32_t *flags) in kfd_dbg_trap_set_flags()
609 static void kfd_dbg_clean_exception_status(struct kfd_process *target) in kfd_dbg_clean_exception_status()
634 int kfd_dbg_trap_disable(struct kfd_process *target) in kfd_dbg_trap_disable()
663 int kfd_dbg_trap_activate(struct kfd_process *target) in kfd_dbg_trap_activate()
738 int kfd_dbg_trap_enable(struct kfd_process *target, uint32_t fd, in kfd_dbg_trap_enable()
819 int kfd_dbg_trap_set_wave_launch_override(struct kfd_process *target, in kfd_dbg_trap_set_wave_launch_override()
862 int kfd_dbg_trap_set_wave_launch_mode(struct kfd_process *target, in kfd_dbg_trap_set_wave_launch_mode()
894 int kfd_dbg_trap_query_exception_info(struct kfd_process *target, in kfd_dbg_trap_query_exception_info()
1014 int kfd_dbg_trap_device_snapshot(struct kfd_process *target, in kfd_dbg_trap_device_snapshot()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_links.c115 static void test_tc_links_before_target(int target) in test_tc_links_before_target()
269 static void test_tc_links_after_target(int target) in test_tc_links_after_target()
423 static void test_tc_links_revision_target(int target) in test_tc_links_revision_target()
523 static void test_tc_chain_classic(int target, bool chain_tc_old) in test_tc_chain_classic()
629 static void test_tc_links_replace_target(int target) in test_tc_links_replace_target()
855 static void test_tc_links_invalid_target(int target) in test_tc_links_invalid_target()
1167 static void test_tc_links_prepend_target(int target) in test_tc_links_prepend_target()
1323 static void test_tc_links_append_target(int target) in test_tc_links_append_target()
1479 static void test_tc_links_dev_cleanup_target(int target) in test_tc_links_dev_cleanup_target()
1577 static void test_tc_chain_mixed(int target) in test_tc_chain_mixed()
[all …]
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-spe.c19 int evr_active(struct task_struct *target, const struct user_regset *regset) in evr_active()
25 int evr_get(struct task_struct *target, const struct user_regset *regset, in evr_get()
39 int evr_set(struct task_struct *target, const struct user_regset *regset, in evr_set()
H A Dptrace-altivec.c23 int vr_active(struct task_struct *target, const struct user_regset *regset) in vr_active()
43 int vr_get(struct task_struct *target, const struct user_regset *regset, in vr_get()
79 int vr_set(struct task_struct *target, const struct user_regset *regset, in vr_set()
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dtesttargetloader.py18 def get_controller_module(self, target, bbpath): argument
52 def load_controller_from_name(self, target, modulenames): argument
60 def load_controller_from_module(self, target, modulename): argument
/openbmc/linux/tools/perf/util/
H A Dtarget.c17 enum target_errno target__validate(struct target *target) in target__validate()
97 enum target_errno target__parse_uid(struct target *target) in target__parse_uid()
148 int target__strerror(struct target *target, int errnum, in target__strerror()
/openbmc/qemu/stats/
H A Dstats-hmp-cmds.c61 StatsTarget target) in find_schema_value_list()
74 static void print_stats_results(Monitor *mon, StatsTarget target, in print_stats_results()
136 static StatsFilter *stats_filter(StatsTarget target, const char *names, in stats_filter()
197 StatsTarget target; in hmp_info_stats() local
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dhyp-entry.S125 .macro invalid_vector label, target = __guest_exit_panic
151 .macro valid_vect target argument
168 .macro invalid_vect target argument
/openbmc/linux/arch/openrisc/kernel/
H A Dptrace.c48 static int genregs_get(struct task_struct *target, in genregs_get()
64 static int genregs_set(struct task_struct *target, in genregs_set()
96 static int fpregs_get(struct task_struct *target, in fpregs_get()
105 static int fpregs_set(struct task_struct *target, in fpregs_set()
/openbmc/phosphor-ipmi-flash/tools/
H A Dhandler.cpp106 void UpdateHandler::retrySendFile(const std::string& target, in retrySendFile()
122 void UpdateHandler::sendFile(const std::string& target, const std::string& path) in sendFile()
130 void UpdateHandler::retryVerifyFile(const std::string& target, in retryVerifyFile()
154 bool UpdateHandler::verifyFile(const std::string& target, bool ignoreStatus) in verifyFile()
/openbmc/linux/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c160 size_t target, bool *data_ready_now) in vmci_transport_notify_pkt_poll_in()
181 size_t target, bool *space_avail_now) in vmci_transport_notify_pkt_poll_out()
203 size_t target, in vmci_transport_notify_pkt_recv_init()
235 size_t target, in vmci_transport_notify_pkt_recv_pre_block()
255 size_t target, in vmci_transport_notify_pkt_recv_post_dequeue()
391 size_t target, in vmci_transport_notify_pkt_recv_pre_dequeue()
/openbmc/openpower-proc-control/
H A Dcfam_access.cpp51 void writeReg(const std::unique_ptr<Target>& target, cfam_address_t address, in writeReg()
82 cfam_data_t readReg(const std::unique_ptr<Target>& target, in readReg()
116 void writeRegWithMask(const std::unique_ptr<Target>& target, in writeRegWithMask()
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dmbus.c109 u32 *size, u8 *target, u8 *attr, in mvebu_mbus_read_window()
175 u8 target, u8 attr) in mvebu_mbus_window_conflicts()
238 phys_addr_t remap, u8 target, in mvebu_mbus_setup_window()
266 phys_addr_t remap, u8 target, in mvebu_mbus_alloc_window()
373 int mvebu_mbus_add_window_remap_by_id(unsigned int target, in mvebu_mbus_add_window_remap_by_id()
389 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute, in mvebu_mbus_add_window_by_id()
456 u32 base, u32 size, u8 target, u8 attr) in mbus_dt_setup_win()
508 u8 target, attr; in mvebu_mbus_probe() local
/openbmc/openpower-hw-diags/analyzer/
H A Dresolution.cpp14 auto target = util::pdbg::getTrgt(i_sd.getRootCause().getChip()); in __getRootCauseChipTarget() local
29 auto target = i_chipTarget; // default, if i_unitPath is empty in __getUnitTarget() local
51 auto target = __getUnitTarget(__getRootCauseChipTarget(io_sd), iv_unitPath); in resolve() local
/openbmc/qemu/tests/lcitool/
H A Drefresh66 def generate_dockerfile(host, target, project="qemu", cross=None, trailer=None): argument
81 def generate_cirrus(target, trailer=None): argument
87 def generate_pkglist(vm, target): argument
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dcontext.py21 def __init__(self, td, logger, target, argument
131 def getControllerModule(target): argument
169 def _loadControllerFromName(target, modulenames): argument
178 def _loadControllerFromModule(target, modulename): argument
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.cpp144 void Zone::setTarget(uint64_t target) in setTarget()
162 void Zone::lockFanTarget(const std::string& fname, uint64_t target) in lockFanTarget()
182 void Zone::unlockFanTarget(const std::string& fname, uint64_t target) in unlockFanTarget()
206 void Zone::setTargetHold(const std::string& ident, uint64_t target, bool hold) in setTargetHold()
259 void Zone::setFloorHold(const std::string& ident, uint64_t target, bool hold) in setFloorHold()
329 void Zone::setFloor(uint64_t target) in setFloor()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mutex.c16 int target; member
51 nfp_cpp_mutex_validate(u16 interface, int *target, unsigned long long address) in nfp_cpp_mutex_validate()
87 int target, unsigned long long address, u32 key) in nfp_cpp_mutex_init()
123 struct nfp_cpp_mutex *nfp_cpp_mutex_alloc(struct nfp_cpp *cpp, int target, in nfp_cpp_mutex_alloc()
341 int nfp_cpp_mutex_reclaim(struct nfp_cpp *cpp, int target, in nfp_cpp_mutex_reclaim()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dqsfp.c274 static int __i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, in __i2c_write()
293 int i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, int offset, in i2c_write()
313 static int __i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, in __i2c_read()
332 int i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, int offset, in i2c_read()
355 int qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in qsfp_write()
411 int one_qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in one_qsfp_write()
435 int qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in qsfp_read()
488 int one_qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in one_qsfp_read()
518 u32 target = ppd->dd->hfi1_id; in refresh_qsfp_cache() local
/openbmc/linux/drivers/of/
H A Doverlay.c41 struct target { struct
49 * @target: target of the overlay operation argument
53 struct device_node *target; member
301 struct target *target, struct property *overlay_prop, in add_changeset_property()
406 struct target *target, struct device_node *node) in add_changeset_node()
478 struct target *target, const struct device_node *overlay_node) in build_changeset_next_level()
510 struct target *target, in build_changeset_symbols_node()
635 struct target target; in build_changeset() local

12345678910>>...52