Searched full:initialised (Results 1 – 25 of 430) sorted by relevance
12345678910>>...18
/Linux-v6.1/Documentation/arm64/ |
D | booting.rst | 206 level where the kernel image will be entered must be initialised by 220 - SCR_EL3.HCE (bit 8) must be initialised to 0b1. 226 - ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1. 233 - ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1 234 - ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1. 243 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b0. 247 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b0. 255 - SCR_EL3.APK (bit 16) must be initialised to 0b1 256 - SCR_EL3.API (bit 17) must be initialised to 0b1 260 - HCR_EL2.APK (bit 40) must be initialised to 0b1 [all …]
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | kvm_pgtable.h | 233 * @pgt: Page-table structure initialised by kvm_pgtable_hyp_init(). 242 * @pgt: Page-table structure initialised by kvm_pgtable_hyp_init(). 264 * @pgt: Page-table structure initialised by kvm_pgtable_hyp_init(). 320 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 329 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 362 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 381 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 401 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 418 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). 432 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). [all …]
|
/Linux-v6.1/Documentation/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-v6.1/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-v6.1/scripts/ |
D | mksysmap | 20 # D = Initialised data 21 # G = Initialised data for small objects
|
/Linux-v6.1/include/linux/ |
D | pagevec.h | 98 * A freshly initialised folio_batch contains zero folios. 122 * The batch must have previously been initialised using folio_batch_init().
|
/Linux-v6.1/sound/aoa/ |
D | aoa.h | 73 * They are of course not initialised, since the 85 * could be initialised, this is called. */
|
/Linux-v6.1/drivers/video/backlight/ |
D | ili9320.c | 101 lcd->initialised = 1; in ili9320_init_chip() 107 if (!lcd->initialised) in ili9320_power_on() 271 lcd->initialised = 0; in ili9320_suspend()
|
D | ili9320.h | 48 int initialised; member
|
/Linux-v6.1/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_ecc.c | 63 * PTR_ERR(-EPROBE_DEFER) if the device hasn't been initialised yet. 93 * PTR_ERR(-EPROBE_DEFER) if the device hasn't been initialised yet.
|
/Linux-v6.1/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-v6.1/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-v6.1/drivers/staging/media/deprecated/saa7146/av7110/ |
D | sp8870.c | 38 u8 initialised:1; member 299 if (state->initialised) return 0; in sp8870_init() 300 state->initialised = 1; in sp8870_init() 557 state->initialised = 0; in sp8870_attach()
|
/Linux-v6.1/sound/soc/ |
D | soc-card.c | 70 * On success jack will be initialised. 93 * On success jack will be initialised.
|
/Linux-v6.1/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-v6.1/drivers/mfd/ |
D | simple-mfd-i2c.h | 15 * Once the register map has been successfully initialised, any sub-devices
|
/Linux-v6.1/security/lockdown/ |
D | Kconfig | 16 subsystem is fully initialised. If enabled, lockdown will
|
/Linux-v6.1/arch/csky/mm/ |
D | context.c | 41 pr_info("ASID allocator initialised with %lu entries\n", in asids_init()
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | calxeda-xgmac.yaml | 11 internal machine "network fabric", which is set up, initialised and
|
/Linux-v6.1/include/xen/interface/io/ |
D | xenbus.h | 25 XenbusStateInitialised = 3, /* Initialised and waiting for a
|
/Linux-v6.1/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-v6.1/security/integrity/platform_certs/ |
D | platform_keyring.c | 56 * Must be initialised before we try and load the keys into the keyring.
|
/Linux-v6.1/include/linux/platform_data/ |
D | video_s3c.h | 42 * the base framebuffer) that are initialised etc.
|
/Linux-v6.1/arch/arm/mm/ |
D | l2c-l2x0-resume.S | 30 @ Check that the address has been initialised
|
12345678910>>...18