Searched refs:loaded (Results 1 – 17 of 17) sorted by relevance
/linux-4.19.296/virt/kvm/arm/ |
D | aarch32.c | 59 static void post_fault_synchronize(struct kvm_vcpu *vcpu, bool loaded) in post_fault_synchronize() argument 61 if (loaded) { in post_fault_synchronize() 189 bool loaded = pre_fault_synchronize(vcpu); in kvm_inject_undef32() local 192 post_fault_synchronize(vcpu, loaded); in kvm_inject_undef32() 205 bool loaded; in inject_abt32() local 207 loaded = pre_fault_synchronize(vcpu); in inject_abt32() 232 post_fault_synchronize(vcpu, loaded); in inject_abt32()
|
D | arch_timer.c | 225 if (timer_ctx->loaded) { in kvm_timer_should_fire() 349 if (!vtimer->loaded) in vtimer_save_state() 361 vtimer->loaded = false; in vtimer_save_state() 409 if (vtimer->loaded) in vtimer_restore_state() 418 vtimer->loaded = true; in vtimer_restore_state()
|
/linux-4.19.296/fs/ |
D | binfmt_flat.c | 74 bool loaded; /* Has this library been loaded? */ member 327 } else if (!p->lib_list[id].loaded && in calc_reloc() 756 libinfo->lib_list[id].loaded = 1; in load_flat_file() 956 if (!libinfo.lib_list[i].loaded) in load_flat_binary() 959 unsigned long val = libinfo.lib_list[j].loaded ? in load_flat_binary() 997 if (libinfo.lib_list[i].loaded) { in load_flat_binary()
|
D | Kconfig.binfmt | 87 gets loaded, you cannot run scripts. Thus, if you want to load this
|
/linux-4.19.296/include/kvm/ |
D | arm_arch_timer.h | 42 bool loaded; member
|
/linux-4.19.296/include/linux/ |
D | igmp.h | 93 char loaded; member
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | Kconfig | 49 This option provides a type of key that can be loaded up from a
|
/linux-4.19.296/drivers/of/ |
D | Kconfig | 99 device tree with dynamically loaded data.
|
/linux-4.19.296/drivers/char/agp/ |
D | Kconfig | 66 K8T400M, SiS755. It may also support other AGP bridges when loaded
|
/linux-4.19.296/drivers/media/tuners/ |
D | Kconfig | 1 # Analog TV tuners, auto-loaded via tuner.ko
|
/linux-4.19.296/drivers/cpufreq/ |
D | Kconfig | 45 This option sets which CPUFreq governor shall be loaded at
|
/linux-4.19.296/drivers/xen/ |
D | Kconfig | 271 i.e. memory hotplug and cpu hotplug, and to block native drivers loaded,
|
/linux-4.19.296/lib/zstd/ |
D | compress.c | 3148 size_t const loaded = ZSTD_limitCopy(zcs->inBuff + zcs->inBuffPos, toLoad, ip, iend - ip); in ZSTD_compressStream_generic() local 3149 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic() 3150 ip += loaded; in ZSTD_compressStream_generic() 3151 if ((zcs->inBuffPos == zcs->inToCompress) || (!flush && (toLoad != loaded))) { in ZSTD_compressStream_generic()
|
/linux-4.19.296/drivers/i2c/busses/ |
D | Kconfig | 1193 both is possible but both modules should not be loaded at the same 1294 delays when I2C/SMBus chip drivers are loaded (e.g. at boot
|
/linux-4.19.296/lib/ |
D | Kconfig.debug | 1859 on printk when loaded. It is designed to be used for basic 1862 and will not normally be loaded by the system unless explicitly
|
/linux-4.19.296/drivers/gpio/ |
D | Kconfig | 1162 drivers are loaded.
|
/linux-4.19.296/drivers/rtc/ |
D | Kconfig | 43 The driver for this RTC device must be loaded before late_initcall
|