Home
last modified time | relevance | path

Searched defs:ctxt (Results 1 – 57 of 57) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Demulate.c261 static ulong reg_read(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_read()
270 static ulong *reg_write(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_write()
277 static ulong *reg_rmw(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_rmw()
283 static void writeback_registers(struct x86_emulate_ctxt *ctxt) in writeback_registers()
291 static void invalidate_registers(struct x86_emulate_ctxt *ctxt) in invalidate_registers()
437 static int emulator_check_intercept(struct x86_emulate_ctxt *ctxt, in emulator_check_intercept()
482 static inline unsigned long ad_mask(struct x86_emulate_ctxt *ctxt) in ad_mask()
487 static ulong stack_mask(struct x86_emulate_ctxt *ctxt) in stack_mask()
498 static int stack_size(struct x86_emulate_ctxt *ctxt) in stack_size()
505 address_mask(struct x86_emulate_ctxt *ctxt, unsigned long reg) in address_mask()
[all …]
Dx86.c75 #define emul_to_vcpu(ctxt) \ argument
4183 static int kvm_fetch_guest_virt(struct x86_emulate_ctxt *ctxt, in kvm_fetch_guest_virt()
4209 int kvm_read_guest_virt(struct x86_emulate_ctxt *ctxt, in kvm_read_guest_virt()
4221 static int kvm_read_guest_virt_system(struct x86_emulate_ctxt *ctxt, in kvm_read_guest_virt_system()
4229 static int kvm_read_guest_phys_system(struct x86_emulate_ctxt *ctxt, in kvm_read_guest_phys_system()
4238 int kvm_write_guest_virt_system(struct x86_emulate_ctxt *ctxt, in kvm_write_guest_virt_system()
4432 static int emulator_read_write(struct x86_emulate_ctxt *ctxt, in emulator_read_write()
4486 static int emulator_read_emulated(struct x86_emulate_ctxt *ctxt, in emulator_read_emulated()
4496 static int emulator_write_emulated(struct x86_emulate_ctxt *ctxt, in emulator_write_emulated()
4516 static int emulator_cmpxchg_emulated(struct x86_emulate_ctxt *ctxt, in emulator_cmpxchg_emulated()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c46 struct llog_ctxt *ctxt; in llog_new_ctxt() local
58 static void llog_ctxt_destroy(struct llog_ctxt *ctxt) in llog_ctxt_destroy()
71 int __llog_ctxt_put(const struct lu_env *env, struct llog_ctxt *ctxt) in __llog_ctxt_put()
107 int llog_cleanup(const struct lu_env *env, struct llog_ctxt *ctxt) in llog_cleanup()
148 struct llog_ctxt *ctxt; in llog_setup() local
Dllog.c409 int llog_open(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_open()
Dobd_config.c1252 int class_config_parse_llog(const struct lu_env *env, struct llog_ctxt *ctxt, in class_config_parse_llog()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dphy-ctxt.c127 static void iwl_mvm_phy_ctxt_cmd_hdr(struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_cmd_hdr()
193 struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_apply()
219 int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_add()
238 void iwl_mvm_phy_ctxt_ref(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt) in iwl_mvm_phy_ctxt_ref()
249 int iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_changed()
261 void iwl_mvm_phy_ctxt_unref(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt) in iwl_mvm_phy_ctxt_unref()
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c158 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_get_context() local
170 void svc_rdma_unmap_dma(struct svc_rdma_op_ctxt *ctxt) in svc_rdma_unmap_dma()
191 void svc_rdma_put_context(struct svc_rdma_op_ctxt *ctxt, int free_pages) in svc_rdma_put_context()
343 struct svc_rdma_op_ctxt *ctxt = NULL; in rq_cq_reap() local
387 struct svc_rdma_op_ctxt *ctxt) in process_context()
438 struct svc_rdma_op_ctxt *ctxt = NULL; in sq_cq_reap() local
549 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_post_recv() local
1177 struct svc_rdma_op_ctxt *ctxt; in __svc_rdma_free() local
1187 struct svc_rdma_op_ctxt *ctxt; in __svc_rdma_free() local
1319 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_send_error() local
Dsvc_rdma_recvfrom.c59 struct svc_rdma_op_ctxt *ctxt, in rdma_build_arg_xdr()
131 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); in rdma_read_chunk_lcl() local
227 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); in rdma_read_chunk_frmr() local
580 struct svc_rdma_op_ctxt *ctxt = NULL; in svc_rdma_recvfrom() local
Dsvc_rdma_sendto.c227 struct svc_rdma_op_ctxt *ctxt; in send_write() local
455 struct svc_rdma_op_ctxt *ctxt, in send_reply()
581 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_sendto() local
/linux-4.4.14/fs/nilfs2/
Dbtnode.c171 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_prepare_change_key()
241 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_commit_change_key()
282 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_abort_change_key()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c52 #define LLOG_CLIENT_ENTRY(ctxt, imp) do { \ argument
68 #define LLOG_CLIENT_EXIT(ctxt, imp) do { \ argument
85 struct llog_ctxt *ctxt = lgh->lgh_ctxt; in llog_client_open() local
Dllog_net.c55 int llog_initiator_connect(struct llog_ctxt *ctxt) in llog_initiator_connect()
/linux-4.4.14/arch/x86/xen/
Dpmu.c28 #define field_offset(ctxt, field) ((void *)((uintptr_t)ctxt + \ argument
185 struct xen_pmu_intel_ctxt *ctxt; in xen_intel_pmu_emulate() local
248 struct xen_pmu_amd_ctxt *ctxt; in xen_amd_pmu_emulate() local
331 struct xen_pmu_amd_ctxt *ctxt; in xen_amd_read_pmc() local
351 struct xen_pmu_intel_ctxt *ctxt; in xen_intel_read_pmc() local
Dsmp.c384 struct vcpu_guest_context *ctxt; in cpu_initialize_context() local
/linux-4.4.14/arch/x86/power/
Dcpu.c50 static void __save_processor_state(struct saved_context *ctxt) in __save_processor_state()
167 static void notrace __restore_processor_state(struct saved_context *ctxt) in __restore_processor_state()
/linux-4.4.14/tools/perf/scripts/python/
Dfutex-contention.py24 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
34 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_log.h268 static inline struct llog_ctxt *llog_ctxt_get(struct llog_ctxt *ctxt) in llog_ctxt_get()
276 static inline void llog_ctxt_put(struct llog_ctxt *ctxt) in llog_ctxt_put()
295 struct llog_ctxt *ctxt, int index) in llog_group_set_ctxt()
312 struct llog_ctxt *ctxt; in llog_group_get_ctxt() local
Dobd_class.h275 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op argument
397 #define CTXT_CHECK_OP(ctxt, op, err) \ argument
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_tx.c135 unsigned ctxt; in find_ctxt() local
462 unsigned ctxt; in qib_cancel_sends() local
Dqib_file_ops.c1308 static int setup_ctxt(struct qib_pportdata *ppd, int ctxt, in setup_ctxt()
1382 int ret, ctxt; in choose_port_ctxt() local
1434 u32 port = uinfo->spu_port, ctxt; in get_a_ctxt() local
1822 unsigned ctxt; in qib_close() local
2007 unsigned ctxt; in qib_set_uevent_bits() local
Dqib_ud.c399 unsigned ctxt = ppd->hw_pidx; in qib_lookup_pkey() local
Dqib_init.c168 struct qib_ctxtdata *qib_create_ctxtdata(struct qib_pportdata *ppd, u32 ctxt, in qib_create_ctxtdata()
1347 int ctxt; in cleanup_device_data() local
Dqib_iba6120.c307 enum qib_ureg regno, int ctxt) in qib_read_ureg32()
333 enum qib_ureg regno, u64 value, int ctxt) in qib_write_ureg()
383 const u16 regno, unsigned ctxt, in qib_write_kreg_ctxt()
1985 u32 ctxt; in qib_6120_clear_tids() local
2134 int ctxt) in rcvctrl_6120_mod()
Dqib_iba7220.c230 enum qib_ureg regno, int ctxt) in qib_read_ureg32()
256 enum qib_ureg regno, u64 value, int ctxt) in qib_write_ureg()
282 const u16 regno, unsigned ctxt, in qib_write_kreg_ctxt()
2226 u32 ctxt; in qib_7220_clear_tids() local
2762 int ctxt) in rcvctrl_7220_mod()
Dqib_driver.c297 u32 ctxt, u32 eflags, u32 l, u32 etail, in qib_rcv_hdrerr()
Dqib_iba7322.c776 enum qib_ureg regno, int ctxt) in qib_read_ureg32()
797 enum qib_ureg regno, int ctxt) in qib_read_ureg()
818 enum qib_ureg regno, u64 value, int ctxt) in qib_write_ureg()
887 const u16 regno, unsigned ctxt, in qib_write_kreg_ctxt()
3502 unsigned ctxt; in qib_setup_7322_interrupt() local
3861 u32 ctxt; in qib_7322_clear_tids() local
4534 int ctxt) in rcvctrl_7322_mod()
6375 unsigned ctxt; in write_7322_initregs() local
Dqib_user_sdma.c183 qib_user_sdma_queue_create(struct device *dev, int unit, int ctxt, int sctxt) in qib_user_sdma_queue_create()
Dqib_verbs.c1959 unsigned ctxt = ppd->hw_pidx; in qib_get_pkey() local
Dqib_common.h423 __u16 ctxt; /* ctxt on unit assigned to caller */ member
Dqib.h161 unsigned ctxt; member
/linux-4.4.14/fs/ocfs2/
Dxattr.c710 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xattr_extend_allocation()
775 struct ocfs2_xattr_set_ctxt *ctxt) in __ocfs2_remove_xattr_range()
820 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xattr_shrink_size()
866 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xattr_value_truncate()
1889 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_value_truncate()
1999 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_remove()
2047 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_reuse_entry()
2109 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_prepare_entry()
2184 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_store_value()
2207 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_set()
[all …]
Dalloc.c3673 struct ocfs2_merge_ctxt *ctxt) in ocfs2_try_to_merge_extent()
4332 struct ocfs2_merge_ctxt *ctxt) in ocfs2_figure_merge_contig_type()
5049 struct ocfs2_merge_ctxt ctxt; in ocfs2_split_extent() local
6412 int ocfs2_cache_cluster_dealloc(struct ocfs2_cached_dealloc_ctxt *ctxt, in ocfs2_cache_cluster_dealloc()
6488 struct ocfs2_cached_dealloc_ctxt *ctxt) in ocfs2_run_deallocs()
6533 struct ocfs2_cached_dealloc_ctxt *ctxt) in ocfs2_find_per_slot_free_list()
6556 int ocfs2_cache_block_dealloc(struct ocfs2_cached_dealloc_ctxt *ctxt, in ocfs2_cache_block_dealloc()
6594 static int ocfs2_cache_extent_block_free(struct ocfs2_cached_dealloc_ctxt *ctxt, in ocfs2_cache_extent_block_free()
/linux-4.4.14/drivers/xen/
Dxen-acpi-memhotplug.c376 u32 level, void *ctxt, void **retv) in acpi_memory_register_notify_handler()
392 u32 level, void *ctxt, void **retv) in acpi_memory_deregister_notify_handler()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Duser_sdma.h69 unsigned ctxt; member
Dfile_ops.c168 #define HFI1_MMAP_TOKEN(type, ctxt, subctxt, addr) \ argument
493 u16 ctxt; in hfi1_file_mmap() local
985 unsigned ctxt; in allocate_ctxt() local
1426 unsigned ctxt; in hfi1_set_uevent_bits() local
Dinit.c196 struct hfi1_ctxtdata *hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, u32 ctxt) in hfi1_create_ctxtdata()
1230 int ctxt; in cleanup_device_data() local
Dchip.h560 static inline u64 read_kctxt_csr(const struct hfi1_devdata *dd, int ctxt, in read_kctxt_csr()
567 static inline void write_kctxt_csr(struct hfi1_devdata *dd, int ctxt, in write_kctxt_csr()
583 int ctxt, in get_kctxt_csr_addr()
595 static inline u64 read_uctxt_csr(const struct hfi1_devdata *dd, int ctxt, in read_uctxt_csr()
602 static inline void write_uctxt_csr(struct hfi1_devdata *dd, int ctxt, in write_uctxt_csr()
Dud.c490 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp() local
Dchip.c7603 u32 ctxt = rcd->ctxt; in update_usrhead() local
7675 void hfi1_rcvctrl(struct hfi1_devdata *dd, unsigned int op, int ctxt) in hfi1_rcvctrl()
10017 u64 ctxt = first_ctxt; in init_qpmap_table() local
10065 unsigned qpns_per_vl, ctxt, i, qpn, n = 1, m; in init_qos() local
10256 int hfi1_set_ctxt_jkey(struct hfi1_devdata *dd, unsigned ctxt, u16 jkey) in hfi1_set_ctxt_jkey()
10294 int hfi1_clear_ctxt_jkey(struct hfi1_devdata *dd, unsigned ctxt) in hfi1_clear_ctxt_jkey()
10323 int hfi1_set_ctxt_pkey(struct hfi1_devdata *dd, unsigned ctxt, u16 pkey) in hfi1_set_ctxt_pkey()
10351 int hfi1_clear_ctxt_pkey(struct hfi1_devdata *dd, unsigned ctxt) in hfi1_clear_ctxt_pkey()
Dpio.c1657 u32 ctxt; in init_pervl_scs() local
Dhfi.h209 unsigned ctxt; member
/linux-4.4.14/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c39 ucontext_t *ctxt = (ucontext_t *)ctxt_v; in segv() local
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-encoder.c141 static int pvr2_encoder_cmd(void *ctxt, in pvr2_encoder_cmd()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c634 struct llog_ctxt *ctxt; in mgc_llog_init() local
655 struct llog_ctxt *ctxt; in mgc_llog_fini() local
1450 struct llog_ctxt *ctxt; in mgc_process_cfg_log() local
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.c957 void *ctxt = &req->context; in beiscsi_cmd_cq_create() local
1031 void *ctxt; in beiscsi_cmd_mccq_create() local
1155 void *ctxt = &req->context; in be_cmd_create_default_pdu_queue() local
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Ddma_defs.h332 unsigned int ctxt : 1; member
344 unsigned int ctxt : 1; member
356 unsigned int ctxt : 1; member
367 unsigned int ctxt : 1; member
/linux-4.4.14/net/ipv4/
Dsysctl_net_ipv4.c215 struct tcp_fastopen_context *ctxt; in proc_tcp_fastopen_key() local
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c1567 struct i40e_vsi_context *ctxt, in i40e_vsi_setup_queue_map()
2227 struct i40e_vsi_context ctxt; in i40e_vlan_stripping_enable() local
2257 struct i40e_vsi_context ctxt; in i40e_vlan_stripping_disable() local
2569 struct i40e_vsi_context ctxt; in i40e_vsi_add_pvid() local
4733 struct i40e_vsi_context *ctxt) in i40e_vsi_update_queue_map()
4762 struct i40e_vsi_context ctxt; in i40e_vsi_config_tc() local
6325 struct i40e_vsi_context ctxt; in i40e_enable_pf_switch_lb() local
6361 struct i40e_vsi_context ctxt; in i40e_disable_pf_switch_lb() local
8777 struct i40e_vsi_context ctxt; in i40e_add_vsi() local
Di40e_fcoe.c366 int i40e_fcoe_vsi_init(struct i40e_vsi *vsi, struct i40e_vsi_context *ctxt) in i40e_fcoe_vsi_init()
Di40e_virtchnl_pf.c2450 struct i40e_vsi_context ctxt; in i40e_ndo_set_vf_spoofchk() local
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1504 struct llog_ctxt *ctxt = NULL; in mdc_changelog_send_thread() local
2276 struct llog_ctxt *ctxt; in mdc_llog_init() local
2293 struct llog_ctxt *ctxt; in mdc_llog_finish() local
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c1102 void *ctxt; in be_cmd_cq_create() local
1180 void *ctxt; in be_cmd_mccq_ext_create() local
1245 void *ctxt; in be_cmd_mccq_org_create() local
2302 void *ctxt = NULL; in lancer_cmd_write_object() local
3230 void *ctxt; in be_cmd_set_hsw_config() local
3284 void *ctxt; in be_cmd_get_hsw_config() local
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmdomain.c1584 struct domain_join_ctxt *ctxt, in dlm_should_restart_join()
1610 struct domain_join_ctxt *ctxt; in dlm_try_to_join_domain() local
/linux-4.4.14/arch/arm64/include/asm/
Dkvm_host.h99 struct kvm_cpu_context ctxt; member
/linux-4.4.14/fs/ocfs2/cluster/
Dnetdebug.c399 static int sc_common_open(struct file *file, int ctxt) in sc_common_open()
/linux-4.4.14/include/uapi/rdma/hfi/
Dhfi1_user.h221 __u16 ctxt; /* ctxt on unit assigned to caller */ member
/linux-4.4.14/security/selinux/ss/
Dservices.c3146 struct context *ctxt; in selinux_audit_rule_match() local