Searched refs:hbase (Results 1 – 4 of 4) sorted by relevance
/arch/riscv/kernel/ |
D | sbi.c | 216 unsigned long hartid, hmask_val, hbase; in __sbi_send_ipi_v02() local 227 hbase = 0; in __sbi_send_ipi_v02() 229 if (hmask_val && ((hbase + BITS_PER_LONG) <= hartid)) { 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() 254 __func__, hbase, hmask_val, result); in __sbi_send_ipi_v02() 259 unsigned long hbase, unsigned long start, in __sbi_rfence_v02_call() argument [all …]
|
/arch/powerpc/platforms/cell/ |
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() 993 if (hbase == 0) in cell_iommu_fixed_mapping_init() 996 dbase = hbase; in cell_iommu_fixed_mapping_init()
|
/arch/alpha/kernel/ |
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()
|
/arch/mips/include/asm/octeon/ |
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;
|