/openbmc/linux/drivers/md/ |
H A D | dm-region-hash.c | 106 struct dm_region_hash *rh; /* FIXME: can we get rid of this ? */ member 120 static region_t dm_rh_sector_to_region(struct dm_region_hash *rh, sector_t sector) in dm_rh_sector_to_region() 125 sector_t dm_rh_region_to_sector(struct dm_region_hash *rh, region_t region) in dm_rh_region_to_sector() 131 region_t dm_rh_bio_to_region(struct dm_region_hash *rh, struct bio *bio) in dm_rh_bio_to_region() 150 sector_t dm_rh_get_region_size(struct dm_region_hash *rh) in dm_rh_get_region_size() 173 struct dm_region_hash *rh; in dm_region_hash_create() local 240 void dm_region_hash_destroy(struct dm_region_hash *rh) in dm_region_hash_destroy() 263 struct dm_dirty_log *dm_rh_dirty_log(struct dm_region_hash *rh) in dm_rh_dirty_log() 269 static unsigned int rh_hash(struct dm_region_hash *rh, region_t region) in rh_hash() 274 static struct dm_region *__rh_lookup(struct dm_region_hash *rh, region_t region) in __rh_lookup() [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | rethook.c | 38 struct rethook *rh = container_of(head, struct rethook, rcu); in rethook_free_rcu() local 64 void rethook_stop(struct rethook *rh) in rethook_stop() 79 void rethook_free(struct rethook *rh) in rethook_free() 86 static inline rethook_handler_t rethook_get_handler(struct rethook *rh) in rethook_get_handler() 103 struct rethook *rh = kzalloc(sizeof(struct rethook), GFP_KERNEL); in rethook_alloc() local 126 void rethook_add_node(struct rethook *rh, struct rethook_node *node) in rethook_add_node() 168 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get() 218 struct rethook_node *rh = NULL; in __rethook_find_ret_addr() local
|
H A D | fprobe.c | 28 struct rethook_node *rh = NULL; in __fprobe_handler() local 122 static void fprobe_exit_handler(struct rethook_node *rh, void *data, in fprobe_exit_handler()
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops2.c | 169 int mod, rl, rh; in x86emuOp2_set_byte() local 293 int mod, rl, rh; in x86emuOp2_bt_R() local 356 int mod, rl, rh; in x86emuOp2_shld_IMM() local 427 int mod, rl, rh; in x86emuOp2_shld_CL() local 517 int mod, rl, rh; in x86emuOp2_bts_R() local 590 int mod, rl, rh; in x86emuOp2_shrd_IMM() local 661 int mod, rl, rh; in x86emuOp2_shrd_CL() local 722 int mod, rl, rh; in x86emuOp2_imul_R_RM() local 814 int mod, rh, rl; in x86emuOp2_lss_R_IMM() local 843 int mod, rl, rh; in x86emuOp2_btr_R() local [all …]
|
H A D | ops.c | 206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local 246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local 312 int mod, rl, rh; in x86emuOp_genop_byte_R_RM() local 348 int mod, rl, rh; in x86emuOp_genop_word_R_RM() local 951 int mod, rl, rh; in x86emuOp_imul_word_IMM() local 1075 int mod, rl, rh; in x86emuOp_imul_byte_IMM() local 1271 int mod, rl, rh; in x86emuOp_opc80_byte_RM_IMM() local 1352 int mod, rl, rh; in x86emuOp_opc81_word_RM_IMM() local 1464 int mod, rl, rh; in x86emuOp_opc82_byte_RM_IMM() local 1543 int mod, rl, rh; in x86emuOp_opc83_word_RM_IMM() local [all …]
|
/openbmc/linux/crypto/ |
H A D | vmac.c | 104 #define ADD128(rh, rl, ih, il) \ argument 115 #define PMUL64(rh, rl, i1, i2) /* Assumes m doesn't overflow */ \ argument 124 #define MUL64(rh, rl, i1, i2) \ argument 149 #define nh_16(mp, kp, nw, rh, rl) \ argument 160 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 175 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 195 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 254 #define nh_16(mp, kp, nw, rh, rl) \ argument 341 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument 348 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-mul64.c | 15 uint64_t rh, rl; member 43 uint64_t rl, rh; in test_u() local 55 uint64_t rl, rh; in test_s() local
|
/openbmc/qemu/target/riscv/ |
H A D | m128_helper.c | 49 target_ulong rl, rh; in HELPER() local 94 target_ulong rh, rl; in HELPER() local
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | memcg_protection.m | 43 rh = []; variable 85 rh = [rh ; r]; variable
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-v7-3level.S | 58 #define rh r2 macro 61 #define rh r3 macro
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | dma.c | 168 struct hci_rh_data *rh; in hci_dma_cleanup() local 211 struct hci_rh_data *rh; in hci_dma_init() local 363 struct hci_rh_data *rh; in hci_dma_queue_xfer() local 448 struct hci_rh_data *rh = &rings->headers[xfer_list[0].ring_number]; in hci_dma_dequeue_xfer() local 499 static void hci_dma_xfer_done(struct i3c_hci *hci, struct hci_rh_data *rh) in hci_dma_xfer_done() 586 static void hci_dma_process_ibi(struct i3c_hci *hci, struct hci_rh_data *rh) in hci_dma_process_ibi() 742 struct hci_rh_data *rh; in hci_dma_irq_handler() local
|
/openbmc/linux/arch/s390/kernel/ |
H A D | rethook.c | 6 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | decode.h | 46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl) argument
|
/openbmc/linux/arch/x86/kernel/ |
H A D | rethook.c | 117 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
/openbmc/linux/include/linux/fsl/bestcomm/ |
H A D | sram.h | 28 rh_info_t *rh; member
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_network.h | 39 u64 rh; member 69 u64 rh; member 75 u64 rh; member 86 u64 rh; member
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 44 LL rl, rm, rn, rh, a0, b0; in mul64() local 75 uint64_t rh; in muls64() local
|
/openbmc/u-boot/include/linux/ |
H A D | math64.h | 194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 240 } u, rl, rh; in mul_u64_u32_div() local
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | salinfo.c | 386 sal_log_record_header_t *rh; in salinfo_log_read_cpu() local 408 sal_log_record_header_t *rh = (sal_log_record_header_t *)(data_saved->buffer); in salinfo_log_new_read() local 465 sal_log_record_header_t *rh; in salinfo_log_clear() local
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_rt.c | 34 const struct ipv6_rt_hdr *rh; in rt_mt6() local
|
/openbmc/linux/include/linux/ |
H A D | math64.h | 208 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 272 } u, rl, rh; in mul_u64_u32_div() local
|
/openbmc/linux/kernel/rcu/ |
H A D | rcuscale.c | 612 struct rcu_head rh; member 616 static void kfree_call_rcu(struct rcu_head *rh) in kfree_call_rcu() 740 static void call_rcu_lazy_test1(struct rcu_head *rh) in call_rcu_lazy_test1()
|
/openbmc/linux/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 996 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in start_root_hub_sampling() local 1040 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_usb_connect() local 1686 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_root_hub_control() local 2145 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_hub_control() local 2251 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_bus_suspend() local 2282 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_bus_resume() local 2349 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_suspend() local
|
/openbmc/linux/net/ipv6/ |
H A D | exthdrs_core.c | 224 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr() local
|
/openbmc/linux/net/dccp/ccids/lib/ |
H A D | loss_interval.c | 138 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, in tfrc_lh_interval_add()
|