| /kernel/linux/linux-6.6/drivers/pinctrl/ |
| H A D | pinctrl-zynq.c | 889 zynq_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) zynq_pinmux_set_mux() argument [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/bcm/ |
| H A D | pinctrl-bcm281xx.c | 1031 bcm281xx_pinctrl_get_fcn_name(struct pinctrl_dev *pctldev, unsigned function) bcm281xx_pinctrl_get_fcn_name() argument 1039 bcm281xx_pinctrl_get_fcn_groups(struct pinctrl_dev *pctldev, unsigned function, const char * const **groups, unsigned * const num_groups) bcm281xx_pinctrl_get_fcn_groups() argument 1052 bcm281xx_pinmux_set(struct pinctrl_dev *pctldev, unsigned function, unsigned group) bcm281xx_pinmux_set() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
| H A D | nested.c | 5874 u32 function = kvm_rax_read(vcpu); in handle_vmfunc() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
| H A D | processor.h | 99 u32 function; member 221 u32 function; member 591 static inline void __cpuid(uint32_t function, uint32_t index, in __cpuid() argument 607 static inline void cpuid(uint32_t function, in cpuid() argument 654 static inline uint32_t __this_cpu_has(uint32_t function, uint32_t index, in __this_cpu_has() argument 960 __vcpu_get_cpuid_entry(struct kvm_vcpu *vcpu, uint32_t function, uint32_t index) __vcpu_get_cpuid_entry() argument 968 vcpu_get_cpuid_entry(struct kvm_vcpu *vcpu, uint32_t function) vcpu_get_cpuid_entry() argument [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_transport.h | 349 u8 function; member 360 u8 function; member
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | slab.c | 438 static void __slab_error(const char *function, struct kmem_cache *cachep, in __slab_error() argument
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.cpp | 1840 Instruction* Builder::addEntryPoint(ExecutionModel model, Function* function, const char* name) in addEntryPoint() argument 2102 Function* function = new Function(funcId, returnType, typeId, firstParamId, linkType, name, module); in makeFunctionEntry() local 2133 setupDebugFunctionEntry(Function* function, const char* name, int line, const std::vector<Id>& paramTypes, const std::vector<char const*>& paramNames) setupDebugFunctionEntry() argument 2188 makeDebugFunction([[maybe_unused]] Function* function, Id nameId, Id funcTypeId) makeDebugFunction() argument 2272 enterFunction(Function const* function) enterFunction() argument 2306 Function& function = buildPoint->getParent(); leaveFunction() local 2755 createFunctionCall(spv::Function* function, const std::vector<spv::Id>& args) createFunctionCall() argument 3525 Function& function = buildPoint->getParent(); makeSwitch() local 3590 Function& function = buildPoint->getParent(); makeNewBlock() local [all...] |
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-globals.h | 871 } function; member [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir.h | 1226 inline const class ir_function *function() const function() function in ir_function_signature [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 1121 print_sample(const char *function, const float *rgba) in print_sample() argument 1130 print_sample_4(const char *function, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in print_sample_4() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | c-api.cc | 1444 i::Handle<i::WasmCapiFunction> function = i::WasmCapiFunction::New( variable 1478 i::Handle<i::WasmExportedFunction> function = variable 1490 i::Handle<i::WasmExportedFunction> function variable 1427 GetSig( i::Handle<i::JSFunction> function) GetSig() argument 1503 i::Handle<i::WasmExportedFunction> function = global() variable [all...] |
| /third_party/node/src/ |
| H A D | js_native_api_v8.cc | 1696 auto function = obj.ToLocalChecked()->Get(context, getFileName.ToLocalChecked()).ToLocalChecked(); in PrepareStackTraceCallback() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | teximage.c | 4975 check_clear_tex_image(struct gl_context *ctx, const char *function, struct gl_texture_image *texImage, GLenum format, GLenum type, const void *data, GLubyte *clearValue) check_clear_tex_image() argument 5049 get_tex_obj_for_clear(struct gl_context *ctx, const char *function, GLuint texture) get_tex_obj_for_clear() argument 5077 get_tex_images_for_clear(struct gl_context *ctx, const char *function, struct gl_texture_object *texObj, GLint level, struct gl_texture_image **texImages) get_tex_images_for_clear() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 3084 LLVMValueRef function; in generate_fragment() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 1102 PipelineCompilationJob( Isolate* isolate, Handle<SharedFunctionInfo> shared_info, Handle<JSFunction> function, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame, CodeKind code_kind) PipelineCompilationJob() argument 3341 NewCompilationJob( Isolate* isolate, Handle<JSFunction> function, CodeKind code_kind, bool has_script, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) NewCompilationJob() argument [all...] |
| H A D | typer.cc | 1531 JSFunctionRef function = fun.AsHeapConstant()->Ref().AsJSFunction(); in JSCallTyper() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 767 Node* function = state.function(); in AddInputsToFrameStateDescriptor() local
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.cc | 4977 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument 5018 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 5040 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 5192 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local 5945 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 5954 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 5960 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument 5965 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument 5969 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | macro-assembler-arm.cc | 1692 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument 1770 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 1953 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local 2496 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 2505 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 2510 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument 2515 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument 2519 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 1706 const Runtime::Function* function = Runtime::FunctionForId(fid); in TailCallRuntime() local 1734 void TurboAssembler::CallCFunction(ExternalReference function, in CallCFunction() argument 1739 void TurboAssembler::CallCFunction(ExternalReference function, in CallCFunction() argument 1752 CallCFunction(Register function, int num_of_reg_args, int num_of_double_args) CallCFunction() argument 2431 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) InvokeFunctionCode() argument 2492 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) InvokeFunctionWithNewTarget() argument 2521 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) InvokeFunction() argument [all...] |
| /third_party/node/deps/v8/src/builtins/arm64/ |
| H A D | builtins-arm64.cc | 870 Register function = x2; Generate_JSEntryTrampolineHelper() local 2199 Register function = x1; Generate_FunctionPrototypeCall() local [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | macro-assembler-ppc.cc | 1562 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument 1626 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 1983 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local 2286 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2295 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2302 CallCFunction(ExternalReference function, int num_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2308 CallCFunction(Register function, int num_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2313 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-compiler.cc | 641 void BaselineCompiler::CallRuntime(Runtime::FunctionId function, Args... args) { in CallRuntime() argument
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.cc | 3085 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument 3137 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 3159 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 3317 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local 3936 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 3945 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 3951 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument 3956 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument 3960 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | macro-assembler-x64.cc | 768 const Runtime::Function* function = Runtime::FunctionForId(fid); in CallRecordWriteStub() local 2513 void MacroAssembler::InvokeFunction(Register function, Register new_target, in CallRecordWriteStub() argument 2525 InvokeFunction(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 2536 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 3010 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument 3017 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument [all...] |