Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Demulate.c260 static ulong reg_read(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_read()
269 static ulong *reg_write(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_write()
276 static ulong *reg_rmw(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_rmw()
282 static void writeback_registers(struct x86_emulate_ctxt *ctxt) in writeback_registers()
290 static void invalidate_registers(struct x86_emulate_ctxt *ctxt) in invalidate_registers()
436 static int emulator_check_intercept(struct x86_emulate_ctxt *ctxt, in emulator_check_intercept()
481 static inline unsigned long ad_mask(struct x86_emulate_ctxt *ctxt) in ad_mask()
486 static ulong stack_mask(struct x86_emulate_ctxt *ctxt) in stack_mask()
497 static int stack_size(struct x86_emulate_ctxt *ctxt) in stack_size()
504 address_mask(struct x86_emulate_ctxt *ctxt, unsigned long reg) in address_mask()
[all …]
Dx86.c72 #define emul_to_vcpu(ctxt) \ argument
4274 static int kvm_fetch_guest_virt(struct x86_emulate_ctxt *ctxt, in kvm_fetch_guest_virt()
4300 int kvm_read_guest_virt(struct x86_emulate_ctxt *ctxt, in kvm_read_guest_virt()
4312 static int kvm_read_guest_virt_system(struct x86_emulate_ctxt *ctxt, in kvm_read_guest_virt_system()
4320 int kvm_write_guest_virt_system(struct x86_emulate_ctxt *ctxt, in kvm_write_guest_virt_system()
4514 static int emulator_read_write(struct x86_emulate_ctxt *ctxt, in emulator_read_write()
4568 static int emulator_read_emulated(struct x86_emulate_ctxt *ctxt, in emulator_read_emulated()
4578 static int emulator_write_emulated(struct x86_emulate_ctxt *ctxt, in emulator_write_emulated()
4598 static int emulator_cmpxchg_emulated(struct x86_emulate_ctxt *ctxt, in emulator_cmpxchg_emulated()
4702 static int emulator_pio_in_emulated(struct x86_emulate_ctxt *ctxt, in emulator_pio_in_emulated()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c47 struct llog_ctxt *ctxt; in llog_new_ctxt() local
59 static void llog_ctxt_destroy(struct llog_ctxt *ctxt) in llog_ctxt_destroy()
72 int __llog_ctxt_put(const struct lu_env *env, struct llog_ctxt *ctxt) in __llog_ctxt_put()
108 int llog_cleanup(const struct lu_env *env, struct llog_ctxt *ctxt) in llog_cleanup()
149 struct llog_ctxt *ctxt; in llog_setup() local
215 int llog_sync(struct llog_ctxt *ctxt, struct obd_export *exp, int flags) in llog_sync()
229 int llog_cancel(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_cancel()
Dllog.c745 int llog_open_create(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_open_create()
787 int llog_erase(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_erase()
853 int llog_open(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_open()
907 int llog_is_empty(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_is_empty()
945 struct llog_ctxt *ctxt, struct llog_ctxt *bctxt, in llog_backup()
Dobd_config.c1577 int class_config_parse_llog(const struct lu_env *env, struct llog_ctxt *ctxt, in class_config_parse_llog()
1690 int class_config_dump_llog(const struct lu_env *env, struct llog_ctxt *ctxt, in class_config_dump_llog()
Dllog_cat.c439 struct llog_ctxt *ctxt; in llog_cat_add() local
/linux-4.1.27/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.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c100 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_get_context() local
116 void svc_rdma_unmap_dma(struct svc_rdma_op_ctxt *ctxt) in svc_rdma_unmap_dma()
137 void svc_rdma_put_context(struct svc_rdma_op_ctxt *ctxt, int free_pages) in svc_rdma_put_context()
291 struct svc_rdma_op_ctxt *ctxt = NULL; in rq_cq_reap() local
335 struct svc_rdma_op_ctxt *ctxt) in process_context()
386 struct svc_rdma_op_ctxt *ctxt = NULL; in sq_cq_reap() local
508 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_post_recv() local
1145 struct svc_rdma_op_ctxt *ctxt; in __svc_rdma_free() local
1155 struct svc_rdma_op_ctxt *ctxt; in __svc_rdma_free() local
1321 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()
140 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); in rdma_read_chunk_lcl() local
237 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); in rdma_read_chunk_frmr() local
583 struct svc_rdma_op_ctxt *ctxt = NULL; in svc_rdma_recvfrom() local
Dsvc_rdma_sendto.c154 struct svc_rdma_op_ctxt *ctxt; in send_write() local
380 struct svc_rdma_op_ctxt *ctxt, in send_reply()
506 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_sendto() local
/linux-4.1.27/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.1.27/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.1.27/arch/x86/power/
Dcpu.c51 static void __save_processor_state(struct saved_context *ctxt) in __save_processor_state()
166 static void notrace __restore_processor_state(struct saved_context *ctxt) in __restore_processor_state()
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h327 static inline int llog_obd2ops(struct llog_ctxt *ctxt, in llog_obd2ops()
362 static inline struct llog_ctxt *llog_ctxt_get(struct llog_ctxt *ctxt) in llog_ctxt_get()
370 static inline void llog_ctxt_put(struct llog_ctxt *ctxt) in llog_ctxt_put()
389 struct llog_ctxt *ctxt, int index) in llog_group_set_ctxt()
406 struct llog_ctxt *ctxt; in llog_group_get_ctxt() local
495 static inline int llog_connect(struct llog_ctxt *ctxt, in llog_connect()
Dobd_class.h332 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op argument
492 #define CTXT_CHECK_OP(ctxt, op, err) \ argument
/linux-4.1.27/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()
6374 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.c1940 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.1.27/fs/ocfs2/
Dxattr.c716 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xattr_extend_allocation()
781 struct ocfs2_xattr_set_ctxt *ctxt) in __ocfs2_remove_xattr_range()
826 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xattr_shrink_size()
872 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xattr_value_truncate()
1895 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_value_truncate()
2005 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_remove()
2053 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_reuse_entry()
2115 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_prepare_entry()
2190 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_store_value()
2213 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xa_set()
[all …]
Dalloc.c3659 struct ocfs2_merge_ctxt *ctxt) in ocfs2_try_to_merge_extent()
5031 struct ocfs2_merge_ctxt ctxt; in ocfs2_split_extent() local
6394 int ocfs2_cache_cluster_dealloc(struct ocfs2_cached_dealloc_ctxt *ctxt, in ocfs2_cache_cluster_dealloc()
6470 struct ocfs2_cached_dealloc_ctxt *ctxt) in ocfs2_run_deallocs()
6515 struct ocfs2_cached_dealloc_ctxt *ctxt) in ocfs2_find_per_slot_free_list()
6538 int ocfs2_cache_block_dealloc(struct ocfs2_cached_dealloc_ctxt *ctxt, in ocfs2_cache_block_dealloc()
6576 static int ocfs2_cache_extent_block_free(struct ocfs2_cached_dealloc_ctxt *ctxt, in ocfs2_cache_extent_block_free()
/linux-4.1.27/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.1.27/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c39 ucontext_t *ctxt = (ucontext_t *)ctxt_v; in segv() local
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-encoder.c141 static int pvr2_encoder_cmd(void *ctxt, in pvr2_encoder_cmd()
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_cmds.c953 void *ctxt = &req->context; in beiscsi_cmd_cq_create() local
1027 void *ctxt; in beiscsi_cmd_mccq_create() local
1151 void *ctxt = &req->context; in be_cmd_create_default_pdu_queue() local
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c646 struct llog_ctxt *ctxt; in mgc_llog_init() local
667 struct llog_ctxt *ctxt; in mgc_llog_fini() local
1478 struct llog_ctxt *ctxt; in mgc_process_cfg_log() local
/linux-4.1.27/net/ipv4/
Dsysctl_net_ipv4.c208 struct tcp_fastopen_context *ctxt; in proc_tcp_fastopen_key() local
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c1486 struct i40e_vsi_context *ctxt, in i40e_vsi_setup_queue_map()
1975 struct i40e_vsi_context ctxt; in i40e_vlan_stripping_enable() local
2003 struct i40e_vsi_context ctxt; in i40e_vlan_stripping_disable() local
2291 struct i40e_vsi_context ctxt; in i40e_vsi_add_pvid() local
4358 struct i40e_vsi_context *ctxt) in i40e_vsi_update_queue_map()
4387 struct i40e_vsi_context ctxt; in i40e_vsi_config_tc() local
5975 struct i40e_vsi_context ctxt; in i40e_enable_pf_switch_lb() local
6009 struct i40e_vsi_context ctxt; in i40e_disable_pf_switch_lb() local
8281 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.c2369 struct i40e_vsi_context ctxt; in i40e_ndo_set_vf_spoofchk() local
/linux-4.1.27/arch/x86/xen/
Dsmp.c360 struct vcpu_guest_context *ctxt; in cpu_initialize_context() local
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c1067 void *ctxt; in be_cmd_cq_create() local
1145 void *ctxt; in be_cmd_mccq_ext_create() local
1210 void *ctxt; in be_cmd_mccq_org_create() local
2260 void *ctxt = NULL; in lancer_cmd_write_object() local
3163 void *ctxt; in be_cmd_set_hsw_config() local
3209 void *ctxt; in be_cmd_get_hsw_config() local
/linux-4.1.27/arch/arm64/include/asm/
Dkvm_host.h102 struct kvm_cpu_context ctxt; member
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1599 struct llog_ctxt *ctxt = NULL; in mdc_changelog_send_thread() local
2403 struct llog_ctxt *ctxt; in mdc_llog_init() local
2420 struct llog_ctxt *ctxt; in mdc_llog_finish() local
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmdomain.c1577 struct domain_join_ctxt *ctxt, in dlm_should_restart_join()
1603 struct domain_join_ctxt *ctxt; in dlm_try_to_join_domain() local
/linux-4.1.27/fs/ocfs2/cluster/
Dnetdebug.c399 static int sc_common_open(struct file *file, int ctxt) in sc_common_open()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_hqvdp.c848 static void sti_hqvdp_start_xp70(const struct firmware *firmware, void *ctxt) in sti_hqvdp_start_xp70()
/linux-4.1.27/security/selinux/ss/
Dservices.c2977 struct context *ctxt; in selinux_audit_rule_match() local