Searched refs:Value (Results 1 – 2 of 2) sorted by relevance
/DragonOS/build-scripts/kernel_build/src/kconfig/ |
H A D | mod.rs | 3 use toml::Value; 109 let dcfg_table: Value = in parse_d_config() 133 let cfg_table: Value = toml::from_str(&cfg_content).expect("Failed to parse kernel.config"); in include()
|
/DragonOS/kernel/crates/rbpf/src/ |
H A D | cranelift.rs | 13 SourceLoc, StackSlotData, StackSlotKind, TrapCode, Type, UserFuncName, Value, 950 fn insn_imm64(&mut self, bcx: &mut FunctionBuilder, insn: &Insn) -> Value { in insn_imm64() argument 953 fn insn_imm32(&mut self, bcx: &mut FunctionBuilder, insn: &Insn) -> Value { in insn_imm32() argument 957 fn insn_dst(&mut self, bcx: &mut FunctionBuilder, insn: &Insn) -> Value { in insn_dst() argument 960 fn insn_dst32(&mut self, bcx: &mut FunctionBuilder, insn: &Insn) -> Value { in insn_dst32() argument 965 fn insn_src(&mut self, bcx: &mut FunctionBuilder, insn: &Insn) -> Value { in insn_src() argument 968 fn insn_src32(&mut self, bcx: &mut FunctionBuilder, insn: &Insn) -> Value { in insn_src32() argument 973 fn set_dst(&mut self, bcx: &mut FunctionBuilder, insn: &Insn, val: Value) { in set_dst() argument 976 fn set_dst32(&mut self, bcx: &mut FunctionBuilder, insn: &Insn, val: Value) { in set_dst32() argument 981 fn reg_load(&mut self, bcx: &mut FunctionBuilder, ty: Type, base: Value, offset: i16) -> Value { in reg_load() argument [all …]
|