Searched full:initialised (Results 1 – 25 of 458) sorted by relevance
12345678910>>...19
/linux-6.14.4/Documentation/arch/arm64/ |
D | booting.rst | 210 level where the kernel image will be entered must be initialised by 224 - SCR_EL3.HCE (bit 8) must be initialised to 0b1. 229 - ICC_SRE_EL3.Enable (bit 3) must be initialised to 0b1. 230 - ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1. 237 - ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1 238 - ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1. 247 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b0. 251 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b0. 259 - SCR_EL3.APK (bit 16) must be initialised to 0b1 260 - SCR_EL3.API (bit 17) must be initialised to 0b1 [all …]
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | kvm_pgtable.h | 444 * @pgt: Page-table structure initialised by kvm_pgtable_hyp_init(). 453 * @pgt: Page-table structure initialised by kvm_pgtable_hyp_init(). 475 * @pgt: Page-table structure initialised by kvm_pgtable_hyp_init(). 542 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 562 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 588 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 622 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 641 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 661 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 678 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). [all …]
|
D | mte.h | 89 * The tags are either being initialised or may have been initialised in try_page_mte_tagging() 203 * The tags are either being initialised or may have been initialised in folio_try_hugetlb_mte_tagging()
|
/linux-6.14.4/Documentation/core-api/ |
D | folio_queue.rst | 62 A segment should be initialised by calling:: 66 with a pointer to the segment to be initialised. Note that this will not 139 initialised, and it assumed that slots won't get reused, but rather the segment 176 initialised with::
|
/linux-6.14.4/Documentation/arch/arm/ |
D | porting.rst | 29 Start address of zero-initialised work area for the decompressor. 121 It is expected that the debugging region will be re-initialised 130 initialised.
|
/linux-6.14.4/include/xen/interface/ |
D | vcpu.h | 22 * Initialise a VCPU. Each VCPU can be initialised only once. A 23 * newly-initialised VCPU will not run until it is brought up by VCPUOP_up. 32 * if the VCPU has not been initialised (VCPUOP_initialise). 44 * 2. After a VCPU is initialised, there is currently no way to drop all its
|
/linux-6.14.4/include/linux/ |
D | pagevec.h | 39 * A freshly initialised folio_batch contains zero folios. 70 * The batch must have previously been initialised using folio_batch_init().
|
/linux-6.14.4/arch/sh/ |
D | Kconfig.debug | 31 process and ending when the kernel's serial console is initialised. 34 initialised. If unsure, say N.
|
/linux-6.14.4/rust/kernel/sync/ |
D | lock.rs | 90 // SAFETY: The safety requirements ensure that the lock is initialised. in relock() 148 /// This can be useful for interacting with a lock which was initialised outside of Rust. 152 /// The caller promises that `ptr` points to a valid initialised instance of [`State`] during 158 // - By the safety contract `ptr` must point to a valid initialised instance of `B::State` in from_raw()
|
/linux-6.14.4/sound/aoa/ |
D | aoa.h | 72 * They are of course not initialised, since the 84 * could be initialised, this is called. */
|
/linux-6.14.4/drivers/video/backlight/ |
D | ili9320.c | 100 lcd->initialised = 1; in ili9320_init_chip() 106 if (!lcd->initialised) in ili9320_power_on() 270 lcd->initialised = 0; in ili9320_suspend()
|
/linux-6.14.4/include/media/ |
D | v4l2-fh.h | 66 * file handles should be initialised in this function. Must be called 78 * The @fh file handle must be initialised first.
|
/linux-6.14.4/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_ecc.c | 64 * PTR_ERR(-EPROBE_DEFER) if the device hasn't been initialised yet. 94 * PTR_ERR(-EPROBE_DEFER) if the device hasn't been initialised yet.
|
/linux-6.14.4/drivers/soc/tegra/ |
D | flowctrl.c | 41 "Tegra flowctrl not initialised!\n")) in flowctrl_update() 56 "Tegra flowctrl not initialised!\n")) in flowctrl_read_cpu_csr()
|
/linux-6.14.4/drivers/staging/media/av7110/ |
D | sp8870.c | 41 u8 initialised:1; member 316 if (state->initialised) in sp8870_init() 318 state->initialised = 1; in sp8870_init() 573 state->initialised = 0; in sp8870_attach()
|
/linux-6.14.4/drivers/virt/coco/arm-cca-guest/ |
D | arm-cca-guest.c | 51 * attestation token generation was initialised. 78 * on which the attestation token generation was initialised.
|
/linux-6.14.4/sound/soc/ |
D | soc-card.c | 67 * On success jack will be initialised. 90 * On success jack will be initialised.
|
/linux-6.14.4/Documentation/devicetree/bindings/memory-controllers/ |
D | calxeda-ddr-ctrlr.yaml | 10 The Calxeda DDR memory controller is initialised and programmed by the
|
D | canaan,k210-sram.yaml | 11 of SRAM. The controller is initialised by the bootloader, which configures
|
/linux-6.14.4/drivers/mfd/ |
D | simple-mfd-i2c.h | 15 * Once the register map has been successfully initialised, any sub-devices
|
/linux-6.14.4/security/lockdown/ |
D | Kconfig | 16 subsystem is fully initialised. If enabled, lockdown will
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | sp887x.c | 31 u8 initialised:1; member 524 if (!state->initialised) { in sp887x_init() 540 state->initialised = 1; in sp887x_init() 577 state->initialised = 0; in sp887x_attach()
|
/linux-6.14.4/Documentation/devicetree/bindings/net/ |
D | calxeda-xgmac.yaml | 11 internal machine "network fabric", which is set up, initialised and
|
/linux-6.14.4/arch/csky/mm/ |
D | context.c | 41 pr_info("ASID allocator initialised with %lu entries\n", in asids_init()
|
/linux-6.14.4/include/xen/interface/io/ |
D | xenbus.h | 25 XenbusStateInitialised = 3, /* Initialised and waiting for a
|
12345678910>>...19