Searched refs:scratch_phys (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | kexec_handover.h | 64 void kho_populate(phys_addr_t fdt_phys, u64 fdt_len, phys_addr_t scratch_phys, 138 phys_addr_t scratch_phys, u64 scratch_len) in kho_populate() argument
|
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover.c | 1249 phys_addr_t scratch_phys; member 1433 kho_scratch = phys_to_virt(kho_in.scratch_phys); in kho_memory_init() 1442 phys_addr_t scratch_phys, u64 scratch_len) in kho_populate() argument 1478 scratch = early_memremap(scratch_phys, scratch_len); in kho_populate() 1481 scratch_phys, scratch_len); in kho_populate() 1505 memblock_reserve(scratch_phys, scratch_len); in kho_populate() 1517 kho_in.scratch_phys = scratch_phys; in kho_populate()
|
| H A D | kexec_handover_debugfs.c | 103 DEFINE_SHOW_ATTRIBUTE(scratch_phys);
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | kho.rst | 97 ``/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 D | tx.c | 2119 dma_addr_t tb0_phys, tb1_phys, scratch_phys; in iwl_trans_pcie_tx() local 2188 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx() 2191 tx_cmd->params.dram_lsb_ptr = cpu_to_le32(scratch_phys); in iwl_trans_pcie_tx() 2192 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 D | 4965-mac.c | 1661 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()
|