Home
last modified time | relevance | path

Searched refs:wtype (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dmemory.py45 def do_one_watch(sym, wtype, text): argument
47 wp = gdb.Breakpoint(sym, gdb.BP_WATCHPOINT, wtype)
/openbmc/linux/net/sunrpc/xprtrdma/
H A Drpc_rdma.c393 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument
402 if (wtype != rpcrdma_writech) in rpcrdma_encode_write_list()
408 wtype, seg); in rpcrdma_encode_write_list()
471 enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument
479 if (wtype != rpcrdma_replych) { in rpcrdma_encode_reply_chunk()
486 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk()
864 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
906 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
909 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
911 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
[all …]
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sli-defs.h109 __BITFIELD_FIELD(uint64_t wtype:2,
121 __BITFIELD_FIELD(uint64_t wtype:2,
/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp65 IOInterfaceType wtype = getWriteInterfaceType(info->writePath); in buildSensors() local
117 switch (wtype) in buildSensors()
/openbmc/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
188 addl wtype##_W1_ADDR(round, widx), h; \
194 addl wtype##_W1W2_ADDR(round, widx), d; \
215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
216 R(1, a, b, c, d, e, f, g, h, round, widx, wtype)
218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
219 R(2, a, b, c, d, e, f, g, h, round, widx, wtype)
/openbmc/linux/fs/quota/
H A Ddquot.c1917 int wtype; in __dquot_free_space() local
1924 wtype = info_bdq_free(dquot, number); in __dquot_free_space()
1925 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1926 prepare_warning(&warn[cnt], dquot, wtype); in __dquot_free_space()
1966 int wtype; in dquot_free_inode() local
1972 wtype = info_idq_free(dquot, 1); in dquot_free_inode()
1973 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1974 prepare_warning(&warn[cnt], dquot, wtype); in dquot_free_inode()
2072 int wtype; in __dquot_transfer() local
2075 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer()
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Dsm3-neon-core.S121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
123 ldr t5, [sp, #(wtype##_W1_ADDR(round, widx))]; \
127 ldr t6, [sp, #(wtype##_W1W2_ADDR(round, widx))]; \
155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
156 R(1, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param)
158 #define R2(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
159 R(2, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param)
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
/openbmc/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c1744 int wtype; in init_numeric_sensors() local
1777 wtype = classify_numeric_sensor(nsensor); in init_numeric_sensors()
1778 if (wtype < 0) in init_numeric_sensors()
1781 type = hp_wmi_hwmon_type_map[wtype]; in init_numeric_sensors()
/openbmc/linux/include/trace/events/
H A Drpcrdma.h816 unsigned int wtype
819 TP_ARGS(req, rtype, wtype),
830 __field(unsigned int, wtype)
844 __entry->wtype = wtype;
853 xprtrdma_show_chunktype(__entry->wtype)
/openbmc/linux/drivers/android/
H A Dbinder.c4799 enum binder_work_type wtype; in binder_release_work() local
4804 wtype = w ? w->type : 0; in binder_release_work()
4809 switch (wtype) { in binder_release_work()
4849 wtype); in binder_release_work()
/openbmc/linux/arch/mips/pci/
H A Dpcie-octeon.c1352 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()