Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 17 of 17) sorted by relevance

/linux-4.19.296/virt/kvm/arm/
Daarch32.c59 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()
Darch_timer.c225 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/
Dbinfmt_flat.c74 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()
DKconfig.binfmt87 gets loaded, you cannot run scripts. Thus, if you want to load this
/linux-4.19.296/include/kvm/
Darm_arch_timer.h42 bool loaded; member
/linux-4.19.296/include/linux/
Digmp.h93 char loaded; member
/linux-4.19.296/crypto/asymmetric_keys/
DKconfig49 This option provides a type of key that can be loaded up from a
/linux-4.19.296/drivers/of/
DKconfig99 device tree with dynamically loaded data.
/linux-4.19.296/drivers/char/agp/
DKconfig66 K8T400M, SiS755. It may also support other AGP bridges when loaded
/linux-4.19.296/drivers/media/tuners/
DKconfig1 # Analog TV tuners, auto-loaded via tuner.ko
/linux-4.19.296/drivers/cpufreq/
DKconfig45 This option sets which CPUFreq governor shall be loaded at
/linux-4.19.296/drivers/xen/
DKconfig271 i.e. memory hotplug and cpu hotplug, and to block native drivers loaded,
/linux-4.19.296/lib/zstd/
Dcompress.c3148 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/
DKconfig1193 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/
DKconfig.debug1859 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/
DKconfig1162 drivers are loaded.
/linux-4.19.296/drivers/rtc/
DKconfig43 The driver for this RTC device must be loaded before late_initcall