Home
last modified time | relevance | path

Searched refs:kernel_base (Results 1 – 25 of 129) sorted by relevance

123456

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/efi/libstub/
H A Darm32-stub.c124 unsigned long alloc_base, kernel_base; in handle_kernel_image() local
144 kernel_base = round_up(alloc_base, EFI_PHYS_ALIGN); in handle_kernel_image()
146 alloc_base, kernel_base); in handle_kernel_image()
148 kernel_base = round_down(alloc_base, EFI_PHYS_ALIGN); in handle_kernel_image()
151 *reserve_addr = kernel_base + slack; in handle_kernel_image()
163 *image_addr = kernel_base + TEXT_OFFSET; in handle_kernel_image()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/efi/libstub/
H A Darm32-stub.c124 unsigned long alloc_base, kernel_base; in handle_kernel_image() local
144 kernel_base = round_up(alloc_base, EFI_PHYS_ALIGN); in handle_kernel_image()
146 alloc_base, kernel_base); in handle_kernel_image()
148 kernel_base = round_down(alloc_base, EFI_PHYS_ALIGN); in handle_kernel_image()
151 *reserve_addr = kernel_base + slack; in handle_kernel_image()
163 *image_addr = kernel_base + TEXT_OFFSET; in handle_kernel_image()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/efi/libstub/
H A Darm32-stub.c124 unsigned long alloc_base, kernel_base; in handle_kernel_image() local
144 kernel_base = round_up(alloc_base, EFI_PHYS_ALIGN); in handle_kernel_image()
146 alloc_base, kernel_base); in handle_kernel_image()
148 kernel_base = round_down(alloc_base, EFI_PHYS_ALIGN); in handle_kernel_image()
151 *reserve_addr = kernel_base + slack; in handle_kernel_image()
163 *image_addr = kernel_base + TEXT_OFFSET; in handle_kernel_image()
/dports/devel/bison/bison-3.7.6/src/
H A Dlr0.c103 static item_index **kernel_base; variable
136 kernel_base = xnmalloc (nsyms, sizeof *kernel_base); in allocate_itemsets()
142 kernel_base[i] = kernel_items + count; in allocate_itemsets()
158 core_print (kernel_size[i], kernel_base[i], out); in kernel_print()
167 assert (kernel_base[i] + kernel_size[i] <= kernel_base[i + 1]); in kernel_check()
188 free (kernel_base); in free_storage()
238 kernel_base[sym][kernel_size[sym]] = itemset[i] + 1; in new_itemsets()
298 shiftset[i] = get_state (sym, kernel_size[sym], kernel_base[sym]); in append_states()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/atomic/src/
H A Dwait_ops_windows.cpp65 …boost::winapi::HMODULE_ kernel_base = boost::winapi::get_module_handle(L"api-ms-win-core-synch-l1-… in initialize_wait_functions() local
66 if (BOOST_LIKELY(kernel_base != NULL)) in initialize_wait_functions()
68 …n_address_t* woa = (wait_on_address_t*)boost::winapi::get_proc_address(kernel_base, "WaitOnAddress… in initialize_wait_functions()
71 …_address_t* wbas = (wake_by_address_t*)boost::winapi::get_proc_address(kernel_base, "WakeByAddress… in initialize_wait_functions()
72 …_address_t* wbaa = (wake_by_address_t*)boost::winapi::get_proc_address(kernel_base, "WakeByAddress… in initialize_wait_functions()
/dports/devel/hyperscan/boost_1_75_0/libs/atomic/src/
H A Dwait_ops_windows.cpp65 …boost::winapi::HMODULE_ kernel_base = boost::winapi::get_module_handle(L"api-ms-win-core-synch-l1-… in initialize_wait_functions() local
66 if (BOOST_LIKELY(kernel_base != NULL)) in initialize_wait_functions()
68 …n_address_t* woa = (wait_on_address_t*)boost::winapi::get_proc_address(kernel_base, "WaitOnAddress… in initialize_wait_functions()
71 …_address_t* wbas = (wake_by_address_t*)boost::winapi::get_proc_address(kernel_base, "WakeByAddress… in initialize_wait_functions()
72 …_address_t* wbaa = (wake_by_address_t*)boost::winapi::get_proc_address(kernel_base, "WakeByAddress… in initialize_wait_functions()
/dports/devel/boost-docs/boost_1_72_0/boost/hof/
H A Dfirst_of.hpp191 typedef BOOST_HOF_JOIN(first_of_adaptor, Fs...) kernel_base; typedef
192 typedef detail::conditional_kernel<F, kernel_base > base;
197 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(base, X, kernel_base), in BOOST_HOF_INHERIT_DEFAULT()
198 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(kernel_base, Xs...)> in BOOST_HOF_INHERIT_DEFAULT()
200 …OOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(base, X&&, kernel_base) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(ke… in BOOST_HOF_INHERIT_DEFAULT()
201 : base(BOOST_HOF_FORWARD(X)(f1), kernel_base(BOOST_HOF_FORWARD(Xs)(fs)...)) in BOOST_HOF_INHERIT_DEFAULT()
/dports/devel/hyperscan/boost_1_75_0/boost/hof/
H A Dfirst_of.hpp191 typedef BOOST_HOF_JOIN(first_of_adaptor, Fs...) kernel_base; typedef
192 typedef detail::conditional_kernel<F, kernel_base > base;
197 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(base, X, kernel_base), in BOOST_HOF_INHERIT_DEFAULT()
198 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(kernel_base, Xs...)> in BOOST_HOF_INHERIT_DEFAULT()
200 …OOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(base, X&&, kernel_base) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(ke… in BOOST_HOF_INHERIT_DEFAULT()
201 : base(BOOST_HOF_FORWARD(X)(f1), kernel_base(BOOST_HOF_FORWARD(Xs)(fs)...)) in BOOST_HOF_INHERIT_DEFAULT()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hof/
H A Dfirst_of.hpp191 typedef BOOST_HOF_JOIN(first_of_adaptor, Fs...) kernel_base; typedef
192 typedef detail::conditional_kernel<F, kernel_base > base;
197 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(base, X, kernel_base), in BOOST_HOF_INHERIT_DEFAULT()
198 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(kernel_base, Xs...)> in BOOST_HOF_INHERIT_DEFAULT()
200 …OOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(base, X&&, kernel_base) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(ke… in BOOST_HOF_INHERIT_DEFAULT()
201 : base(BOOST_HOF_FORWARD(X)(f1), kernel_base(BOOST_HOF_FORWARD(Xs)(fs)...)) in BOOST_HOF_INHERIT_DEFAULT()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hof/
H A Dfirst_of.hpp191 typedef BOOST_HOF_JOIN(first_of_adaptor, Fs...) kernel_base; typedef
192 typedef detail::conditional_kernel<F, kernel_base > base;
197 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(base, X, kernel_base), in BOOST_HOF_INHERIT_DEFAULT()
198 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(kernel_base, Xs...)> in BOOST_HOF_INHERIT_DEFAULT()
200 …OOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(base, X&&, kernel_base) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(ke… in BOOST_HOF_INHERIT_DEFAULT()
201 : base(BOOST_HOF_FORWARD(X)(f1), kernel_base(BOOST_HOF_FORWARD(Xs)(fs)...)) in BOOST_HOF_INHERIT_DEFAULT()
/dports/devel/boost-libs/boost_1_72_0/boost/hof/
H A Dfirst_of.hpp191 typedef BOOST_HOF_JOIN(first_of_adaptor, Fs...) kernel_base; typedef
192 typedef detail::conditional_kernel<F, kernel_base > base;
197 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(base, X, kernel_base), in BOOST_HOF_INHERIT_DEFAULT()
198 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(kernel_base, Xs...)> in BOOST_HOF_INHERIT_DEFAULT()
200 …OOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(base, X&&, kernel_base) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(ke… in BOOST_HOF_INHERIT_DEFAULT()
201 : base(BOOST_HOF_FORWARD(X)(f1), kernel_base(BOOST_HOF_FORWARD(Xs)(fs)...)) in BOOST_HOF_INHERIT_DEFAULT()
/dports/devel/boost-python-libs/boost_1_72_0/boost/hof/
H A Dfirst_of.hpp191 typedef BOOST_HOF_JOIN(first_of_adaptor, Fs...) kernel_base; typedef
192 typedef detail::conditional_kernel<F, kernel_base > base;
197 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(base, X, kernel_base), in BOOST_HOF_INHERIT_DEFAULT()
198 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(kernel_base, Xs...)> in BOOST_HOF_INHERIT_DEFAULT()
200 …OOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(base, X&&, kernel_base) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(ke… in BOOST_HOF_INHERIT_DEFAULT()
201 : base(BOOST_HOF_FORWARD(X)(f1), kernel_base(BOOST_HOF_FORWARD(Xs)(fs)...)) in BOOST_HOF_INHERIT_DEFAULT()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hof/
H A Dfirst_of.hpp191 typedef BOOST_HOF_JOIN(first_of_adaptor, Fs...) kernel_base; typedef
192 typedef detail::conditional_kernel<F, kernel_base > base;
197 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(base, X, kernel_base), in BOOST_HOF_INHERIT_DEFAULT()
198 BOOST_HOF_ENABLE_IF_CONSTRUCTIBLE(kernel_base, Xs...)> in BOOST_HOF_INHERIT_DEFAULT()
200 …OOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(base, X&&, kernel_base) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(ke… in BOOST_HOF_INHERIT_DEFAULT()
201 : base(BOOST_HOF_FORWARD(X)(f1), kernel_base(BOOST_HOF_FORWARD(Xs)(fs)...)) in BOOST_HOF_INHERIT_DEFAULT()
/dports/security/py-angr/angr-9.0.5405/angr/simos/
H A Duserland.py23 self.kernel_base = None
36 self.kernel_base = self.project.loader.kernel_object.mapped_base
96 if self.kernel_base is None or addr < self.kernel_base:
99 addr -= self.kernel_base
119 number = (addr - self.kernel_base) // self.syscall_addr_alignment
157 proc.addr = mapno * self.syscall_addr_alignment + self.kernel_base
/dports/emulators/qemu42/qemu-4.2.1/hw/ppc/
H A Dppc405_boards.c157 target_ulong kernel_base, initrd_base; in ref405ep_init() local
255 kernel_base = KERNEL_LOAD_ADDR; in ref405ep_init()
257 kernel_size = load_image_targphys(kernel_filename, kernel_base, in ref405ep_init()
258 ram_size - kernel_base); in ref405ep_init()
264 kernel_size, kernel_base); in ref405ep_init()
293 kernel_base = 0; in ref405ep_init()
422 target_ulong kernel_base, initrd_base; in taihu_405ep_init() local
500 kernel_base = KERNEL_LOAD_ADDR; in taihu_405ep_init()
502 kernel_size = load_image_targphys(kernel_filename, kernel_base, in taihu_405ep_init()
503 ram_size - kernel_base); in taihu_405ep_init()
[all …]
H A Dmac_oldworld.c101 uint32_t kernel_base, initrd_base, cmdline_base = 0; in ppc_heathrow_init() local
171 kernel_base = KERNEL_LOAD_ADDR; in ppc_heathrow_init()
177 kernel_size = load_aout(kernel_filename, kernel_base, in ppc_heathrow_init()
178 ram_size - kernel_base, bswap_needed, in ppc_heathrow_init()
182 kernel_base, in ppc_heathrow_init()
183 ram_size - kernel_base); in ppc_heathrow_init()
190 initrd_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + KERNEL_GAP); in ppc_heathrow_init()
202 cmdline_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + KERNEL_GAP); in ppc_heathrow_init()
206 kernel_base = 0; in ppc_heathrow_init()
337 fw_cfg_add_i32(fw_cfg, FW_CFG_KERNEL_ADDR, kernel_base); in ppc_heathrow_init()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ppc/
H A Dppc405_boards.c157 target_ulong kernel_base, initrd_base; in ref405ep_init() local
255 kernel_base = KERNEL_LOAD_ADDR; in ref405ep_init()
257 kernel_size = load_image_targphys(kernel_filename, kernel_base, in ref405ep_init()
258 ram_size - kernel_base); in ref405ep_init()
264 kernel_size, kernel_base); in ref405ep_init()
293 kernel_base = 0; in ref405ep_init()
422 target_ulong kernel_base, initrd_base; in taihu_405ep_init() local
500 kernel_base = KERNEL_LOAD_ADDR; in taihu_405ep_init()
502 kernel_size = load_image_targphys(kernel_filename, kernel_base, in taihu_405ep_init()
503 ram_size - kernel_base); in taihu_405ep_init()
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/ppc/
H A Dppc405_boards.c160 target_ulong kernel_base, initrd_base; in ref405ep_init() local
266 kernel_base = KERNEL_LOAD_ADDR; in ref405ep_init()
268 kernel_size = load_image_targphys(kernel_filename, kernel_base, in ref405ep_init()
269 machine->ram_size - kernel_base); in ref405ep_init()
275 kernel_size, kernel_base); in ref405ep_init()
304 kernel_base = 0; in ref405ep_init()
434 target_ulong kernel_base, initrd_base; in taihu_405ep_init() local
512 kernel_base = KERNEL_LOAD_ADDR; in taihu_405ep_init()
514 kernel_size = load_image_targphys(kernel_filename, kernel_base, in taihu_405ep_init()
515 machine->ram_size - kernel_base); in taihu_405ep_init()
[all …]
H A Dmac_oldworld.c97 uint32_t kernel_base, initrd_base, cmdline_base = 0; in ppc_heathrow_init() local
168 kernel_base = KERNEL_LOAD_ADDR; in ppc_heathrow_init()
173 kernel_size = load_aout(machine->kernel_filename, kernel_base, in ppc_heathrow_init()
174 ram_size - kernel_base, bswap_needed, in ppc_heathrow_init()
178 kernel_base, in ppc_heathrow_init()
179 ram_size - kernel_base); in ppc_heathrow_init()
187 initrd_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + in ppc_heathrow_init()
201 cmdline_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + KERNEL_GAP); in ppc_heathrow_init()
205 kernel_base = 0; in ppc_heathrow_init()
336 fw_cfg_add_i32(fw_cfg, FW_CFG_KERNEL_ADDR, kernel_base); in ppc_heathrow_init()
/dports/emulators/qemu60/qemu-6.0.0/hw/ppc/
H A Dppc405_boards.c163 target_ulong kernel_base, initrd_base; in ref405ep_init() local
269 kernel_base = KERNEL_LOAD_ADDR; in ref405ep_init()
271 kernel_size = load_image_targphys(kernel_filename, kernel_base, in ref405ep_init()
272 machine->ram_size - kernel_base); in ref405ep_init()
278 kernel_size, kernel_base); in ref405ep_init()
307 kernel_base = 0; in ref405ep_init()
437 target_ulong kernel_base, initrd_base; in taihu_405ep_init() local
515 kernel_base = KERNEL_LOAD_ADDR; in taihu_405ep_init()
517 kernel_size = load_image_targphys(kernel_filename, kernel_base, in taihu_405ep_init()
518 machine->ram_size - kernel_base); in taihu_405ep_init()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/ppc/
H A Dppc405_boards.c162 target_ulong kernel_base, initrd_base; in ref405ep_init() local
269 kernel_base = KERNEL_LOAD_ADDR; in ref405ep_init()
271 kernel_size = load_image_targphys(kernel_filename, kernel_base, in ref405ep_init()
272 machine->ram_size - kernel_base); in ref405ep_init()
278 kernel_size, kernel_base); in ref405ep_init()
307 kernel_base = 0; in ref405ep_init()
437 target_ulong kernel_base, initrd_base; in taihu_405ep_init() local
516 kernel_base = KERNEL_LOAD_ADDR; in taihu_405ep_init()
518 kernel_size = load_image_targphys(kernel_filename, kernel_base, in taihu_405ep_init()
519 machine->ram_size - kernel_base); in taihu_405ep_init()
[all …]
H A Dmac_oldworld.c97 uint32_t kernel_base, initrd_base, cmdline_base = 0; in ppc_heathrow_init() local
171 kernel_base = KERNEL_LOAD_ADDR; in ppc_heathrow_init()
176 kernel_size = load_aout(machine->kernel_filename, kernel_base, in ppc_heathrow_init()
177 ram_size - kernel_base, bswap_needed, in ppc_heathrow_init()
181 kernel_base, in ppc_heathrow_init()
182 ram_size - kernel_base); in ppc_heathrow_init()
190 initrd_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + in ppc_heathrow_init()
204 cmdline_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + KERNEL_GAP); in ppc_heathrow_init()
208 kernel_base = 0; in ppc_heathrow_init()
347 fw_cfg_add_i32(fw_cfg, FW_CFG_KERNEL_ADDR, kernel_base); in ppc_heathrow_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ppc/
H A Dppc405_boards.c158 target_ulong kernel_base, initrd_base; in ref405ep_init() local
261 kernel_base = KERNEL_LOAD_ADDR; in ref405ep_init()
263 kernel_size = load_image_targphys(kernel_filename, kernel_base, in ref405ep_init()
264 machine->ram_size - kernel_base); in ref405ep_init()
270 kernel_size, kernel_base); in ref405ep_init()
299 kernel_base = 0; in ref405ep_init()
429 target_ulong kernel_base, initrd_base; in taihu_405ep_init() local
508 kernel_base = KERNEL_LOAD_ADDR; in taihu_405ep_init()
510 kernel_size = load_image_targphys(kernel_filename, kernel_base, in taihu_405ep_init()
511 machine->ram_size - kernel_base); in taihu_405ep_init()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ppc/
H A Dppc405_boards.c160 target_ulong kernel_base, initrd_base; in ref405ep_init() local
266 kernel_base = KERNEL_LOAD_ADDR; in ref405ep_init()
268 kernel_size = load_image_targphys(kernel_filename, kernel_base, in ref405ep_init()
269 machine->ram_size - kernel_base); in ref405ep_init()
275 kernel_size, kernel_base); in ref405ep_init()
304 kernel_base = 0; in ref405ep_init()
434 target_ulong kernel_base, initrd_base; in taihu_405ep_init() local
512 kernel_base = KERNEL_LOAD_ADDR; in taihu_405ep_init()
514 kernel_size = load_image_targphys(kernel_filename, kernel_base, in taihu_405ep_init()
515 machine->ram_size - kernel_base); in taihu_405ep_init()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ppc/
H A Dppc405_boards.c158 target_ulong kernel_base, initrd_base; in ref405ep_init() local
261 kernel_base = KERNEL_LOAD_ADDR; in ref405ep_init()
263 kernel_size = load_image_targphys(kernel_filename, kernel_base, in ref405ep_init()
264 machine->ram_size - kernel_base); in ref405ep_init()
270 kernel_size, kernel_base); in ref405ep_init()
299 kernel_base = 0; in ref405ep_init()
429 target_ulong kernel_base, initrd_base; in taihu_405ep_init() local
508 kernel_base = KERNEL_LOAD_ADDR; in taihu_405ep_init()
510 kernel_size = load_image_targphys(kernel_filename, kernel_base, in taihu_405ep_init()
511 machine->ram_size - kernel_base); in taihu_405ep_init()
[all …]

123456