Home
last modified time | relevance | path

Searched defs:cpu_ops (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/cpus/
Dcpu_ops.h116 struct cpu_ops { struct
117 unsigned long midr;
119 void (*reset_func)(void);
145 CASSERT(sizeof(struct cpu_ops) == CPU_OPS_SIZE, argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/cpus/
Derrata_report.c72 struct cpu_ops *cpu_ops = get_cpu_ops_ptr(); in generic_errata_report() local
162 struct cpu_ops *cpu_ops; in print_errata_status() local
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/
H A Dcpu.c118 static struct device_operations cpu_ops = { variable
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5420/
H A Dcpu.c146 static struct device_operations cpu_ops = { variable
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/errata_abi/
Derrata_abi_main.c172 struct cpu_ops *cpu_ops; in verify_errata_implemented() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration_test.cpp2146 auto cpu_ops = Dispatcher::singleton().getRegistrationsForDispatchKey(c10::DispatchKey::CPU); in TEST() local