Searched refs:hbase (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/riscv/kernel/ |
| A D | sbi.c | 216 unsigned long hartid, hmask_val, hbase; in __sbi_send_ipi_v02() local 227 hbase = 0; in __sbi_send_ipi_v02() 231 hmask_val, hbase, 0, 0, 0, 0); in __sbi_send_ipi_v02() 235 hbase = 0; in __sbi_send_ipi_v02() 238 hbase = hartid; in __sbi_send_ipi_v02() 239 hmask_val |= 1UL << (hartid - hbase); in __sbi_send_ipi_v02() 244 hmask_val, hbase, 0, 0, 0, 0); in __sbi_send_ipi_v02() 325 hbase = 0; in __sbi_rfence_v02() 333 hbase = 0; in __sbi_rfence_v02() 336 hbase = hartid; in __sbi_rfence_v02() [all …]
|
| /linux/arch/powerpc/platforms/cell/ |
| A D | iommu.c | 914 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local 951 hbase = 0; /* use the device tree window */ in cell_iommu_fixed_mapping_init() 963 hbase = __pa(htab_address); in cell_iommu_fixed_mapping_init() 964 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init() 967 if ((hbase != ALIGN(hbase, 1 << IO_SEGMENT_SHIFT)) || in cell_iommu_fixed_mapping_init() 977 if (hbase < dbase || (hend > (dbase + dsize))) { in cell_iommu_fixed_mapping_init() 992 if (hbase == 0) in cell_iommu_fixed_mapping_init() 995 dbase = hbase; in cell_iommu_fixed_mapping_init()
|
| /linux/arch/alpha/kernel/ |
| A D | core_t2.c | 95 unsigned long hbase; member 402 t2_saved_config.hbase = *(vulp)T2_HBASE; in t2_save_configuration() 500 *(vulp)T2_HBASE = t2_saved_config.hbase; in t2_kill_arch()
|
| /linux/arch/mips/include/asm/octeon/ |
| A D | cvmx-pci-defs.h | 296 uint32_t hbase:32; member 298 uint32_t hbase:32; 326 uint32_t hbase:32; member 328 uint32_t hbase:32; 354 uint32_t hbase:25; member 358 uint32_t hbase:25;
|
Completed in 18 milliseconds