Home
last modified time | relevance | path

Searched refs:scratch_phys (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/liveupdate/
H A Dkexec_handover.c1267 phys_addr_t scratch_phys; member
1451 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() argument
1492 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()
H A Dkexec_handover_debugfs.c103 DEFINE_SHOW_ATTRIBUTE(scratch_phys);
/linux/Documentation/admin-guide/mm/
H A Dkho.rst97 ``/sys/kernel/debug/kho/out/scratch_phys``
99 can use this file in conjunction to scratch_phys to determine where
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx.c2116 dma_addr_t tb0_phys, tb1_phys, scratch_phys; in iwl_trans_pcie_tx() local
2185 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()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c1661 dma_addr_t scratch_phys; in il4965_tx_skb() local
1853 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()