Searched refs:hmap (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_spin_lock.c | 18 } hmap SEC(".maps"); 59 val = bpf_map_lookup_elem(&hmap, &key); in bpf_sping_lock_test() 61 bpf_map_update_elem(&hmap, &key, &zero, 0); in bpf_sping_lock_test() 62 val = bpf_map_lookup_elem(&hmap, &key); in bpf_sping_lock_test()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | main.c | 1770 struct sisl_host_map __iomem *hmap; in init_global() local 1788 hmap = hwq->host_map; in init_global() 1790 writeq_be((u64) hwq->hrrq_start, &hmap->rrq_start); in init_global() 1791 writeq_be((u64) hwq->hrrq_end, &hmap->rrq_end); in init_global() 1795 writeq_be((u64)hwq->hsq_start, &hmap->sq_start); in init_global() 1796 writeq_be((u64)hwq->hsq_end, &hmap->sq_end); in init_global()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_msgbuf.c | 11299 const pcie_hmapviolation_t* hmap; local 11300 hmap = (const pcie_hmapviolation_t *)tlv->data; 11302 bcm_bprintf(b, " HMAP Vio Addr Low: 0x%x\n", hmap->hmap_violationaddr_lo); 11303 bcm_bprintf(b, " HMAP Vio Addr Hi: 0x%x\n", hmap->hmap_violationaddr_hi); 11304 bcm_bprintf(b, " HMAP Vio Info: 0x%x\n", hmap->hmap_violation_info);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_msgbuf.c | 11301 const pcie_hmapviolation_t* hmap; local 11302 hmap = (const pcie_hmapviolation_t *)tlv->data; 11304 bcm_bprintf(b, " HMAP Vio Addr Low: 0x%x\n", hmap->hmap_violationaddr_lo); 11305 bcm_bprintf(b, " HMAP Vio Addr Hi: 0x%x\n", hmap->hmap_violationaddr_hi); 11306 bcm_bprintf(b, " HMAP Vio Info: 0x%x\n", hmap->hmap_violation_info);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_msgbuf.c | 11299 const pcie_hmapviolation_t* hmap; local 11300 hmap = (const pcie_hmapviolation_t *)tlv->data; 11302 bcm_bprintf(b, " HMAP Vio Addr Low: 0x%x\n", hmap->hmap_violationaddr_lo); 11303 bcm_bprintf(b, " HMAP Vio Addr Hi: 0x%x\n", hmap->hmap_violationaddr_hi); 11304 bcm_bprintf(b, " HMAP Vio Info: 0x%x\n", hmap->hmap_violation_info);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 14727 const pcie_hmapviolation_t* hmap; local 14728 hmap = (const pcie_hmapviolation_t *)tlv->data; 14730 bcm_bprintf(b, " HMAP Vio Addr Low: 0x%x\n", hmap->hmap_violationaddr_lo); 14731 bcm_bprintf(b, " HMAP Vio Addr Hi: 0x%x\n", hmap->hmap_violationaddr_hi); 14732 bcm_bprintf(b, " HMAP Vio Info: 0x%x\n", hmap->hmap_violation_info);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 14731 const pcie_hmapviolation_t* hmap; local 14732 hmap = (const pcie_hmapviolation_t *)tlv->data; 14734 bcm_bprintf(b, " HMAP Vio Addr Low: 0x%x\n", hmap->hmap_violationaddr_lo); 14735 bcm_bprintf(b, " HMAP Vio Addr Hi: 0x%x\n", hmap->hmap_violationaddr_hi); 14736 bcm_bprintf(b, " HMAP Vio Info: 0x%x\n", hmap->hmap_violation_info);
|