Searched refs:scratch_phys (Results 1 – 5 of 5) sorted by relevance
1267 phys_addr_t scratch_phys; member1451 kho_scratch = phys_to_virt(kho_in.scratch_phys); in kho_memory_init()1460 phys_addr_t scratch_phys, u64 scratch_len) in kho_populate() argument1492 scratch = early_memremap(scratch_phys, scratch_len); in kho_populate()1495 scratch_phys, scratch_len); in kho_populate()1518 memblock_reserve(scratch_phys, scratch_len); in kho_populate()1530 kho_in.scratch_phys = scratch_phys; in kho_populate()
103 DEFINE_SHOW_ATTRIBUTE(scratch_phys);
97 ``/sys/kernel/debug/kho/out/scratch_phys``99 can use this file in conjunction to scratch_phys to determine where
2116 dma_addr_t tb0_phys, tb1_phys, scratch_phys; in iwl_trans_pcie_tx() local2185 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()2188 tx_cmd->params.dram_lsb_ptr = cpu_to_le32(scratch_phys); in iwl_trans_pcie_tx()2189 tx_cmd->params.dram_msb_ptr = iwl_get_dma_hi_addr(scratch_phys); in iwl_trans_pcie_tx()
1661 dma_addr_t scratch_phys; in il4965_tx_skb() local1853 scratch_phys = in il4965_tx_skb()1860 tx_cmd->dram_lsb_ptr = cpu_to_le32(scratch_phys); in il4965_tx_skb()1861 tx_cmd->dram_msb_ptr = il_get_dma_hi_addr(scratch_phys); in il4965_tx_skb()