Searched refs:al (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/lib/cpp/minimal/ |
D | cpp_new.cpp | 43 NODISCARD void* operator new(size_t size, std::align_val_t al) in operator new() argument 45 return aligned_alloc(static_cast<size_t>(al), size); in operator new() 48 NODISCARD void* operator new[](std::size_t size, std::align_val_t al) in operator new[]() argument 50 return aligned_alloc(static_cast<size_t>(al), size); in operator new[]() 53 NODISCARD void* operator new(std::size_t size, std::align_val_t al, in operator new() argument 56 return aligned_alloc(static_cast<size_t>(al), size); in operator new() 59 NODISCARD void* operator new[](std::size_t size, std::align_val_t al, in operator new[]() argument 62 return aligned_alloc(static_cast<size_t>(al), size); in operator new[]()
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | common.S | 37 movb $0xff, %al 38 outb %al, $0x21 39 outb %al, $0xA1
|
/Zephyr-Core-3.5.0/arch/x86/core/intel64/ |
D | locore.S | 154 cmpb %al, x86_cpu_loapics(%ebx) 295 movb $0xff, %al 296 outb %al, $0x21 297 outb %al, $0xA1
|
/Zephyr-Core-3.5.0/dts/bindings/ |
D | vendor-prefixes.txt | 31 al Annapurna Labs
|