Searched refs:al (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/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-latest/arch/x86/core/ |
D | common.S | 63 movb $0xff, %al 64 outb %al, $0x21 65 outb %al, $0xA1
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 159 cmpb %al, x86_cpu_loapics(%ebx) 301 movb $0xff, %al 302 outb %al, $0x21 303 outb %al, $0xA1
|
/Zephyr-latest/dts/bindings/ |
D | vendor-prefixes.txt | 37 al Annapurna Labs
|