Searched refs:rtag (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | fsi_master_ast_cf.h | 48 TP_PROTO(const struct fsi_master_acf *master, u8 rtag, u8 rcrc, __be32 rdata, bool crc_ok), 49 TP_ARGS(master, rtag, rcrc, rdata, crc_ok), 52 __field(u8, rtag) 59 __entry->rtag = rtag; 65 __entry->master_idx, __entry->rtag, __entry->rcrc,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 207 int offset, i, rtag; in HELPER() local 243 rtag = choose_nonexcluded_tag(start, offset, exclude); in HELPER() 244 env->cp15.rgsr_el1 = rtag | (seed << 8); in HELPER() 246 return address_with_allocation_tag(rn, rtag); in HELPER() 254 int rtag = choose_nonexcluded_tag(start_tag, tag_offset, exclude); in HELPER() local 256 return address_with_allocation_tag(ptr + offset, rtag); in HELPER() 269 int rtag = 0; in HELPER() local 277 rtag = load_tag1(ptr, mem); in HELPER() 280 return address_with_allocation_tag(xt, rtag); in HELPER()
|
/openbmc/linux/include/net/ |
H A D | ip_fib.h | 552 u32 rtag; in fib_combine_itag() local 564 rtag = res->tclassid; in fib_combine_itag() 566 *itag = (rtag<<16); in fib_combine_itag() 567 *itag |= (rtag>>16); in fib_combine_itag()
|
/openbmc/linux/drivers/fsi/ |
H A D | fsi-master-ast-cf.c | 380 uint8_t rtag = ioread8(master->sram + STAT_RTAG) & 0xf; in read_copro_response() local 386 *tag = ack = rtag & 3; in read_copro_response() 390 crc = crc4(crc, rtag, 4); in read_copro_response() 399 trace_fsi_master_acf_copro_response(master, rtag, rcrc, rdata, crc == 0); in read_copro_response() 406 if ((rtag == 0xf && rcrc == 0xf) || (rtag == 0 && rcrc == 0)) in read_copro_response()
|
/openbmc/linux/fs/ntfs3/ |
H A D | fsntfs.c | 2375 int ntfs_insert_reparse(struct ntfs_sb_info *sbi, __le32 rtag, in ntfs_insert_reparse() argument 2392 re.key.ReparseTag = rtag; in ntfs_insert_reparse() 2405 int ntfs_remove_reparse(struct ntfs_sb_info *sbi, __le32 rtag, in ntfs_remove_reparse() argument 2419 rkey.ReparseTag = rtag; in ntfs_remove_reparse() 2424 if (rtag) { in ntfs_remove_reparse()
|
H A D | ntfs_fs.h | 650 int ntfs_insert_reparse(struct ntfs_sb_info *sbi, __le32 rtag, 652 int ntfs_remove_reparse(struct ntfs_sb_info *sbi, __le32 rtag,
|
/openbmc/qemu/target/arm/ |
H A D | internals.h | 1565 static inline uint64_t address_with_allocation_tag(uint64_t ptr, int rtag) in address_with_allocation_tag() argument 1567 return deposit64(ptr, 56, 4, rtag); in address_with_allocation_tag()
|